Html Css Color HEX #F5AB20 Dark Tangerine

📋 copy color: '#F5AB20'

red 245 ◦ green 171 ◦ blue 32

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

Shades of Dark Tangerine #F5AB20

Tints of Dark Tangerine #F5AB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 32 (12.89% from 255) = 7.14%

R = 54.69%
G = 38.17%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5AB20 (or 0xF5AB20) is known color: Dark Tangerine. HEX triplet: F5, AB and 20. RGB value is (245,171,32). Sum of RGB (Red+Green+Blue) = 245+171+32=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AB20 is #0A54DF. Grayscale: #B1B1B1. Windows color (decimal): -677088 or 2141173. OLE color: 2141173.

HSL color Cylindrical-coordinate representation of color #F5AB20: hue angle of 39.15º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5AB20 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 171 32 -
CMYK 0 0.30 0.87 0.04
HSL 39.15º 0.91% 0.54% -
HSV(B) 39.15º 0.87% 0.96% -
XYZ 52.48 48.64 7.99 -
YUV 177.28 46.02 176.3 -
System Red Green Blue C M Y K H S L
Decimal 245 171 32 0 0.30 0.87 0.04 39.15 0.91 0.54
Hex F5 AB 20 0 1E 57 4 27 5B 36
Octal 365 253 40 0 36 127 4 47 133 66
Binary 11110101 10101011 100000 0 11110 1010111 100 100111 1011011 110110

Color Harmonies of #F5AB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB20

Black with #F5AB20

Text Example


Text Example

White with #F5AB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB20; }

 p { color: rgb(245,171,32); }

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

background-color css

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

 a { background-color: rgb(245,171,32); }

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

border-color css

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

 span { border-color: rgb(245,171,32); }

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