Html Css Color HEX #F5AB16 Dark Tangerine

📋 copy color: '#F5AB16'

red 245 ◦ green 171 ◦ blue 22

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

Shades of Dark Tangerine #F5AB16

Tints of Dark Tangerine #F5AB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.02%

R = 55.94%
G = 39.04%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F5AB16 (or 0xF5AB16) is known color: Dark Tangerine. HEX triplet: F5, AB and 16. RGB value is (245,171,22). Sum of RGB (Red+Green+Blue) = 245+171+22=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AB16 is #0A54E9. Grayscale: #B0B0B0. Windows color (decimal): -677098 or 1485813. OLE color: 1485813.

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

Color convert

RGB 245 171 22 -
CMYK 0 0.30 0.91 0.04
HSL 40.09º 0.92% 0.52% -
HSV(B) 40.09º 0.91% 0.96% -
XYZ 52.36 48.6 7.38 -
YUV 176.14 41.02 177.12 -
System Red Green Blue C M Y K H S L
Decimal 245 171 22 0 0.30 0.91 0.04 40.09 0.92 0.52
Hex F5 AB 16 0 1E 5B 4 28 5C 34
Octal 365 253 26 0 36 133 4 50 134 64
Binary 11110101 10101011 10110 0 11110 1011011 100 101000 1011100 110100

Color Harmonies of #F5AB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB16

Black with #F5AB16

Text Example


Text Example

White with #F5AB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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