Html Css Color HEX #FFA408 Orange

📋 copy color: '#FFA408'

red 255 ◦ green 164 ◦ blue 8

#FFA408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange #FFA408

Tints of Orange #FFA408

RGB

 RED value IS 255 (100% from 255) = 59.72%

 GREEN value IS 164 (64.45% from 255) = 38.41%

 BLUE value IS 8 (3.52% from 255) = 1.87%

R = 59.72%
G = 38.41%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFA408 (or 0xFFA408) is known color: Orange. HEX triplet: FF, A4 and 08. RGB value is (255,164,8). Sum of RGB (Red+Green+Blue) = 255+164+8=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA408 is #005BF7. Grayscale: #AEAEAE. Windows color (decimal): -23544 or 566527. OLE color: 566527.

HSL color Cylindrical-coordinate representation of color #FFA408: hue angle of 37.89º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFA408 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 164 8 -
CMYK 0 0.36 0.97 0
HSL 37.89º 1% 0.52% -
HSV(B) 37.89º 0.97% 1% -
XYZ 54.56 47.83 6.59 -
YUV 173.43 34.65 186.18 -
System Red Green Blue C M Y K H S L
Decimal 255 164 8 0 0.36 0.97 0 37.89 1 0.52
Hex FF A4 8 0 24 61 0 26 64 34
Octal 377 244 10 0 44 141 0 46 144 64
Binary 11111111 10100100 1000 0 100100 1100001 0 100110 1100100 110100

Color Harmonies of #FFA408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA408

Black with #FFA408

Text Example


Text Example

White with #FFA408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA408; }

 p { color: rgb(255,164,8); }

 H1.HeaderClassName
 {
   color: #FFA408;
 }
 .AnyTagClassName
 {
   color: #FFA408;
 }
</style>

background-color css

<style>
 a { background-color: #FFA408; }

 a { background-color: rgb(255,164,8); }

 div.DivClassName
 {
   background-color: #FFA408;
 }
 .BgClassName
 {
   background-color: #FFA408;
 }
</style>

border-color css

<style>
 span { border-color: #FFA408; }

 span { border-color: rgb(255,164,8); }

 td.TdClassName
 {
   border-color: #FFA408;
 }
 .TagClassName
 {
   border-color: #FFA408;
 }
</style>