Html Css Color HEX #FFAF12 Dark Tangerine

📋 copy color: '#FFAF12'

red 255 ◦ green 175 ◦ blue 18

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

Shades of Dark Tangerine #FFAF12

Tints of Dark Tangerine #FFAF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.02%

R = 56.92%
G = 39.06%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFAF12 (or 0xFFAF12) is known color: Dark Tangerine. HEX triplet: FF, AF and 12. RGB value is (255,175,18). Sum of RGB (Red+Green+Blue) = 255+175+18=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 18 (7.42% from 255 or 4.02% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF12 is #0050ED. Grayscale: #B5B5B5. Windows color (decimal): -20718 or 1224703. OLE color: 1224703.

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

Color convert

RGB 255 175 18 -
CMYK 0 0.31 0.93 0
HSL 39.75º 1% 0.54% -
HSV(B) 39.75º 0.93% 1% -
XYZ 56.68 51.96 7.61 -
YUV 181.02 36 180.77 -
System Red Green Blue C M Y K H S L
Decimal 255 175 18 0 0.31 0.93 0 39.75 1 0.54
Hex FF AF 12 0 1F 5D 0 28 64 36
Octal 377 257 22 0 37 135 0 50 144 66
Binary 11111111 10101111 10010 0 11111 1011101 0 101000 1100100 110110

Color Harmonies of #FFAF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF12

Black with #FFAF12

Text Example


Text Example

White with #FFAF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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