Html Css Color HEX #FFAF14 Dark Tangerine

📋 copy color: '#FFAF14'

red 255 ◦ green 175 ◦ blue 20

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

Shades of Dark Tangerine #FFAF14

Tints of Dark Tangerine #FFAF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.44%

R = 56.67%
G = 38.89%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFAF14 (or 0xFFAF14) is known color: Dark Tangerine. HEX triplet: FF, AF and 14. RGB value is (255,175,20). Sum of RGB (Red+Green+Blue) = 255+175+20=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF14 is #0050EB. Grayscale: #B5B5B5. Windows color (decimal): -20716 or 1355775. OLE color: 1355775.

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

Color convert

RGB 255 175 20 -
CMYK 0 0.31 0.92 0
HSL 39.57º 1% 0.54% -
HSV(B) 39.57º 0.92% 1% -
XYZ 56.7 51.97 7.7 -
YUV 181.25 37 180.6 -
System Red Green Blue C M Y K H S L
Decimal 255 175 20 0 0.31 0.92 0 39.57 1 0.54
Hex FF AF 14 0 1F 5C 0 28 64 36
Octal 377 257 24 0 37 134 0 50 144 66
Binary 11111111 10101111 10100 0 11111 1011100 0 101000 1100100 110110

Color Harmonies of #FFAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF14

Black with #FFAF14

Text Example


Text Example

White with #FFAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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