Html Css Color HEX #FFAF11 Dark Tangerine

📋 copy color: '#FFAF11'

red 255 ◦ green 175 ◦ blue 17

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

Shades of Dark Tangerine #FFAF11

Tints of Dark Tangerine #FFAF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.8%

R = 57.05%
G = 39.15%
B = 3.8%

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

#FFAF11 (or 0xFFAF11) is known color: Dark Tangerine. HEX triplet: FF, AF and 11. RGB value is (255,175,17). Sum of RGB (Red+Green+Blue) = 255+175+17=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF11 is #0050EE. Grayscale: #B5B5B5. Windows color (decimal): -20719 or 1159167. OLE color: 1159167.

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

Color convert

RGB 255 175 17 -
CMYK 0 0.31 0.93 0
HSL 39.83º 1% 0.53% -
HSV(B) 39.83º 0.93% 1% -
XYZ 56.67 51.96 7.57 -
YUV 180.91 35.5 180.85 -
System Red Green Blue C M Y K H S L
Decimal 255 175 17 0 0.31 0.93 0 39.83 1 0.53
Hex FF AF 11 0 1F 5D 0 28 64 35
Octal 377 257 21 0 37 135 0 50 144 65
Binary 11111111 10101111 10001 0 11111 1011101 0 101000 1100100 110101

Color Harmonies of #FFAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF11

Black with #FFAF11

Text Example


Text Example

White with #FFAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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