Html Css Color HEX #FFA708 Orange

📋 copy color: '#FFA708'

red 255 ◦ green 167 ◦ blue 8

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

Shades of Orange #FFA708

Tints of Orange #FFA708

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.84%

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

R = 59.3%
G = 38.84%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFA708 (or 0xFFA708) is known color: Orange. HEX triplet: FF, A7 and 08. RGB value is (255,167,8). Sum of RGB (Red+Green+Blue) = 255+167+8=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA708 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA708 is #0058F7. Grayscale: #AFAFAF. Windows color (decimal): -22776 or 567295. OLE color: 567295.

HSL color Cylindrical-coordinate representation of color #FFA708: hue angle of 38.62º 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 #FFA708 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 167 8 -
CMYK 0 0.35 0.97 0
HSL 38.62º 1% 0.52% -
HSV(B) 38.62º 0.97% 1% -
XYZ 55.1 48.91 6.77 -
YUV 175.19 33.65 184.93 -
System Red Green Blue C M Y K H S L
Decimal 255 167 8 0 0.35 0.97 0 38.62 1 0.52
Hex FF A7 8 0 23 61 0 27 64 34
Octal 377 247 10 0 43 141 0 47 144 64
Binary 11111111 10100111 1000 0 100011 1100001 0 100111 1100100 110100

Color Harmonies of #FFA708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA708

Black with #FFA708

Text Example


Text Example

White with #FFA708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA708; }

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

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

background-color css

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

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

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

border-color css

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

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

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