Html Css Color HEX #F5AF08 Dark Tangerine

📋 copy color: '#F5AF08'

red 245 ◦ green 175 ◦ blue 8

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

Shades of Dark Tangerine #F5AF08

Tints of Dark Tangerine #F5AF08

RGB

 RED value IS 245 (96.09% from 255) = 57.24%

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

 BLUE value IS 8 (3.52% from 255) = 1.87%

R = 57.24%
G = 40.89%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F5AF08 (or 0xF5AF08) is known color: Dark Tangerine. HEX triplet: F5, AF and 08. RGB value is (245,175,8). Sum of RGB (Red+Green+Blue) = 245+175+8=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AF08 is #0A50F7. Grayscale: #B1B1B1. Windows color (decimal): -676088 or 569333. OLE color: 569333.

HSL color Cylindrical-coordinate representation of color #F5AF08: hue angle of 42.28º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5AF08 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 175 8 -
CMYK 0 0.29 0.97 0.04
HSL 42.28º 0.94% 0.5% -
HSV(B) 42.28º 0.97% 0.96% -
XYZ 53.03 50.09 7.1 -
YUV 176.89 32.69 176.58 -
System Red Green Blue C M Y K H S L
Decimal 245 175 8 0 0.29 0.97 0.04 42.28 0.94 0.5
Hex F5 AF 8 0 1D 61 4 2A 5E 32
Octal 365 257 10 0 35 141 4 52 136 62
Binary 11110101 10101111 1000 0 11101 1100001 100 101010 1011110 110010

Color Harmonies of #F5AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF08

Black with #F5AF08

Text Example


Text Example

White with #F5AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF08; }

 p { color: rgb(245,175,8); }

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

background-color css

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

 a { background-color: rgb(245,175,8); }

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

border-color css

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

 span { border-color: rgb(245,175,8); }

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