Html Css Color HEX #FFAF09 Dark Tangerine

📋 copy color: '#FFAF09'

red 255 ◦ green 175 ◦ blue 9

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

Shades of Dark Tangerine #FFAF09

Tints of Dark Tangerine #FFAF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.05%

R = 58.09%
G = 39.86%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFAF09 (or 0xFFAF09) is known color: Dark Tangerine. HEX triplet: FF, AF and 09. RGB value is (255,175,9). Sum of RGB (Red+Green+Blue) = 255+175+9=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF09 is #0050F6. Grayscale: #B4B4B4. Windows color (decimal): -20727 or 634879. OLE color: 634879.

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

Color convert

RGB 255 175 9 -
CMYK 0 0.31 0.96 0
HSL 40.49º 1% 0.52% -
HSV(B) 40.49º 0.96% 1% -
XYZ 56.62 51.94 7.3 -
YUV 180 31.5 181.5 -
System Red Green Blue C M Y K H S L
Decimal 255 175 9 0 0.31 0.96 0 40.49 1 0.52
Hex FF AF 9 0 1F 60 0 28 64 34
Octal 377 257 11 0 37 140 0 50 144 64
Binary 11111111 10101111 1001 0 11111 1100000 0 101000 1100100 110100

Color Harmonies of #FFAF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF09

Black with #FFAF09

Text Example


Text Example

White with #FFAF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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