Html Css Color HEX #F5B418 Dark Tangerine

📋 copy color: '#F5B418'

red 245 ◦ green 180 ◦ blue 24

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

Shades of Dark Tangerine #F5B418

Tints of Dark Tangerine #F5B418

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 24 (9.77% from 255) = 5.35%

R = 54.57%
G = 40.09%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F5B418 (or 0xF5B418) is known color: Dark Tangerine. HEX triplet: F5, B4 and 18. RGB value is (245,180,24). Sum of RGB (Red+Green+Blue) = 245+180+24=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B418 is #0A4BE7. Grayscale: #B6B6B6. Windows color (decimal): -674792 or 1619189. OLE color: 1619189.

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

Color convert

RGB 245 180 24 -
CMYK 0 0.27 0.90 0.04
HSL 42.35º 0.92% 0.53% -
HSV(B) 42.35º 0.9% 0.96% -
XYZ 54.14 52.12 8.07 -
YUV 181.65 39.03 173.18 -
System Red Green Blue C M Y K H S L
Decimal 245 180 24 0 0.27 0.90 0.04 42.35 0.92 0.53
Hex F5 B4 18 0 1B 5A 4 2A 5C 35
Octal 365 264 30 0 33 132 4 52 134 65
Binary 11110101 10110100 11000 0 11011 1011010 100 101010 1011100 110101

Color Harmonies of #F5B418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B418

Black with #F5B418

Text Example


Text Example

White with #F5B418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B418; }

 p { color: rgb(245,180,24); }

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

background-color css

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

 a { background-color: rgb(245,180,24); }

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

border-color css

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

 span { border-color: rgb(245,180,24); }

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