Html Css Color HEX #F5AB10 Dark Tangerine

📋 copy color: '#F5AB10'

red 245 ◦ green 171 ◦ blue 16

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

Shades of Dark Tangerine #F5AB10

Tints of Dark Tangerine #F5AB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.7%

R = 56.71%
G = 39.58%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5AB10 (or 0xF5AB10) is known color: Dark Tangerine. HEX triplet: F5, AB and 10. RGB value is (245,171,16). Sum of RGB (Red+Green+Blue) = 245+171+16=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AB10 is #0A54EF. Grayscale: #B0B0B0. Windows color (decimal): -677104 or 1092597. OLE color: 1092597.

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

Color convert

RGB 245 171 16 -
CMYK 0 0.30 0.93 0.04
HSL 40.61º 0.92% 0.51% -
HSV(B) 40.61º 0.93% 0.96% -
XYZ 52.31 48.58 7.11 -
YUV 175.46 38.02 177.6 -
System Red Green Blue C M Y K H S L
Decimal 245 171 16 0 0.30 0.93 0.04 40.61 0.92 0.51
Hex F5 AB 10 0 1E 5D 4 29 5C 33
Octal 365 253 20 0 36 135 4 51 134 63
Binary 11110101 10101011 10000 0 11110 1011101 100 101001 1011100 110011

Color Harmonies of #F5AB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB10

Black with #F5AB10

Text Example


Text Example

White with #F5AB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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