Html Css Color HEX #FFAF15 Dark Tangerine

📋 copy color: '#FFAF15'

red 255 ◦ green 175 ◦ blue 21

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

Shades of Dark Tangerine #FFAF15

Tints of Dark Tangerine #FFAF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.66%

R = 56.54%
G = 38.8%
B = 4.66%

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

#FFAF15 (or 0xFFAF15) is known color: Dark Tangerine. HEX triplet: FF, AF and 15. RGB value is (255,175,21). Sum of RGB (Red+Green+Blue) = 255+175+21=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF15 is #0050EA. Grayscale: #B6B6B6. Windows color (decimal): -20715 or 1421311. OLE color: 1421311.

HSL color Cylindrical-coordinate representation of color #FFAF15: hue angle of 39.49º 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 #FFAF15 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 21 -
CMYK 0 0.31 0.92 0
HSL 39.49º 1% 0.54% -
HSV(B) 39.49º 0.92% 1% -
XYZ 56.71 51.97 7.75 -
YUV 181.36 37.5 180.52 -
System Red Green Blue C M Y K H S L
Decimal 255 175 21 0 0.31 0.92 0 39.49 1 0.54
Hex FF AF 15 0 1F 5C 0 27 64 36
Octal 377 257 25 0 37 134 0 47 144 66
Binary 11111111 10101111 10101 0 11111 1011100 0 100111 1100100 110110

Color Harmonies of #FFAF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF15

Black with #FFAF15

Text Example


Text Example

White with #FFAF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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