Color Hex Logo

#ffa430 Color Hex

#FFA430
(255,164,48)
0 Favorites   0 Comments

Color spaces of #ffa430

RGB 25516448
HSL0.091.000.59
HSV34°81°100°
CMYK 0.000.360.81   0.00
XYZ55.049048.02439.1645
Yxy48.02430.49050.4279
Hunter Lab69.299620.519540.6689
CIE-Lab74.840325.227368.9723

#ffa430 color RGB value is (255,164,48).

#ffa430 hex color red value is 255, green value is 164 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ffa430 hue: 0.09 , saturation: 1.00 and the lightness value of ffa430 is 0.59.

The process color (four color CMYK) of #ffa430 color hex is 0.00, 0.36, 0.81, 0.00. Web safe color of #ffa430 is #ff9933. Color #ffa430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 00110000
Octal 377 244 60
Decimal 255 164 48
Hex FF A4 30

RGB Percentages of Color #ffa430

%54.60
%35.12
%10.28

CMYK Percentages of Color #ffa430

%0
%36
%81
%0

Triadic Colors of #ffa430

#ffa430 #30ffa4 #a430ff

Analogous Colors of #ffa430

#ffa430 #f3ff30 #ff3d30

Monochromatic Colors of #ffa430

#ffa430

Complementary Color

#ffa430 #308bff

#ffa430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa430 Color CSS Codes

.mybgcolor {background-color:#ffa430; } 
.myforecolor {color:#ffa430; }
.mybordercolor {border:3px solid #ffa430; }

#ffa430 Text Font Color

<p style="color:#ffa430">Text here</p>

This sample text font color is #ffa430
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffa430 Background Color

<div style="background-color:#ffa430">
Div content here</div>

This div background color is #ffa430


#ffa430 Border Color

<div style="border:3px solid #ffa430">
Div here</div>

This div border color is #ffa430


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,164,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffa430; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffa430;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa430;
  box-shadow:         1px 1px 3px 2px #ffa430; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,164,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffa430">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffa430;
  -webkit-box-shadow: 1px 1px 3px 2px #ffa430;
  box-shadow:         1px 1px 3px 2px #ffa430;">
Div content here</div>

This div box has shadow with color #ffa430

#ffa430 Color Palettes


Comments

No comments written yet.

Please login to write comment.