Html Css Color HEX #FFAF0F Dark Tangerine

📋 copy color: '#FFAF0F'

red 255 ◦ green 175 ◦ blue 15

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

Shades of Dark Tangerine #FFAF0F

Tints of Dark Tangerine #FFAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.37%

R = 57.3%
G = 39.33%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFAF0F (or 0xFFAF0F) is known color: Dark Tangerine. HEX triplet: FF, AF and 0F. RGB value is (255,175,15). Sum of RGB (Red+Green+Blue) = 255+175+15=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF0F is #0050F0. Grayscale: #B5B5B5. Windows color (decimal): -20721 or 1028095. OLE color: 1028095.

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

Color convert

RGB 255 175 15 -
CMYK 0 0.31 0.94 0
HSL 40º 1% 0.53% -
HSV(B) 40º 0.94% 1% -
XYZ 56.66 51.95 7.49 -
YUV 180.68 34.5 181.01 -
System Red Green Blue C M Y K H S L
Decimal 255 175 15 0 0.31 0.94 0 40 1 0.53
Hex FF AF F 0 1F 5E 0 28 64 35
Octal 377 257 17 0 37 136 0 50 144 65
Binary 11111111 10101111 1111 0 11111 1011110 0 101000 1100100 110101

Color Harmonies of #FFAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF0F

Black with #FFAF0F

Text Example


Text Example

White with #FFAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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