Html Css Color HEX #FFAF08 Dark Tangerine

📋 copy color: '#FFAF08'

red 255 ◦ green 175 ◦ blue 8

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

Shades of Dark Tangerine #FFAF08

Tints of Dark Tangerine #FFAF08

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.95%

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

R = 58.22%
G = 39.95%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFAF08 (or 0xFFAF08) is known color: Dark Tangerine. HEX triplet: FF, AF and 08. RGB value is (255,175,8). Sum of RGB (Red+Green+Blue) = 255+175+8=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF08 is #0050F7. Grayscale: #B4B4B4. Windows color (decimal): -20728 or 569343. OLE color: 569343.

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

Color convert

RGB 255 175 8 -
CMYK 0 0.31 0.97 0
HSL 40.57º 1% 0.52% -
HSV(B) 40.57º 0.97% 1% -
XYZ 56.61 51.94 7.27 -
YUV 179.88 31 181.58 -
System Red Green Blue C M Y K H S L
Decimal 255 175 8 0 0.31 0.97 0 40.57 1 0.52
Hex FF AF 8 0 1F 61 0 29 64 34
Octal 377 257 10 0 37 141 0 51 144 64
Binary 11111111 10101111 1000 0 11111 1100001 0 101001 1100100 110100

Color Harmonies of #FFAF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF08

Black with #FFAF08

Text Example


Text Example

White with #FFAF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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