Html Css Color HEX #F5AB14 Dark Tangerine

📋 copy color: '#F5AB14'

red 245 ◦ green 171 ◦ blue 20

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

Shades of Dark Tangerine #F5AB14

Tints of Dark Tangerine #F5AB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.59%

R = 56.19%
G = 39.22%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5AB14 (or 0xF5AB14) is known color: Dark Tangerine. HEX triplet: F5, AB and 14. RGB value is (245,171,20). Sum of RGB (Red+Green+Blue) = 245+171+20=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AB14 is #0A54EB. Grayscale: #B0B0B0. Windows color (decimal): -677100 or 1354741. OLE color: 1354741.

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

Color convert

RGB 245 171 20 -
CMYK 0 0.30 0.92 0.04
HSL 40.27º 0.92% 0.52% -
HSV(B) 40.27º 0.92% 0.96% -
XYZ 52.35 48.59 7.28 -
YUV 175.91 40.02 177.28 -
System Red Green Blue C M Y K H S L
Decimal 245 171 20 0 0.30 0.92 0.04 40.27 0.92 0.52
Hex F5 AB 14 0 1E 5C 4 28 5C 34
Octal 365 253 24 0 36 134 4 50 134 64
Binary 11110101 10101011 10100 0 11110 1011100 100 101000 1011100 110100

Color Harmonies of #F5AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB14

Black with #F5AB14

Text Example


Text Example

White with #F5AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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