Html Css Color HEX #F5AB15 Dark Tangerine

📋 copy color: '#F5AB15'

red 245 ◦ green 171 ◦ blue 21

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

Shades of Dark Tangerine #F5AB15

Tints of Dark Tangerine #F5AB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.81%

R = 56.06%
G = 39.13%
B = 4.81%

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

#F5AB15 (or 0xF5AB15) is known color: Dark Tangerine. HEX triplet: F5, AB and 15. RGB value is (245,171,21). Sum of RGB (Red+Green+Blue) = 245+171+21=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AB15 is #0A54EA. Grayscale: #B0B0B0. Windows color (decimal): -677099 or 1420277. OLE color: 1420277.

HSL color Cylindrical-coordinate representation of color #F5AB15: hue angle of 40.18º 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 #F5AB15 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 171 21 -
CMYK 0 0.30 0.91 0.04
HSL 40.18º 0.92% 0.52% -
HSV(B) 40.18º 0.91% 0.96% -
XYZ 52.35 48.59 7.33 -
YUV 176.03 40.52 177.2 -
System Red Green Blue C M Y K H S L
Decimal 245 171 21 0 0.30 0.91 0.04 40.18 0.92 0.52
Hex F5 AB 15 0 1E 5B 4 28 5C 34
Octal 365 253 25 0 36 133 4 50 134 64
Binary 11110101 10101011 10101 0 11110 1011011 100 101000 1011100 110100

Color Harmonies of #F5AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB15

Black with #F5AB15

Text Example


Text Example

White with #F5AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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