Html Css Color HEX #F4B512 Dark Tangerine

📋 copy color: '#F4B512'

red 244 ◦ green 181 ◦ blue 18

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

Shades of Dark Tangerine #F4B512

Tints of Dark Tangerine #F4B512

RGB

 RED value IS 244 (95.7% from 255) = 55.08%

 GREEN value IS 181 (71.09% from 255) = 40.86%

 BLUE value IS 18 (7.42% from 255) = 4.06%

R = 55.08%
G = 40.86%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F4B512 (or 0xF4B512) is known color: Dark Tangerine. HEX triplet: F4, B5 and 12. RGB value is (244,181,18). Sum of RGB (Red+Green+Blue) = 244+181+18=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4B512 is #0B4AED. Grayscale: #B5B5B5. Windows color (decimal): -740078 or 1226228. OLE color: 1226228.

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

Color convert

RGB 244 181 18 -
CMYK 0 0.26 0.93 0.04
HSL 43.27º 0.91% 0.51% -
HSV(B) 43.27º 0.93% 0.96% -
XYZ 53.94 52.32 7.83 -
YUV 181.26 35.87 172.75 -
System Red Green Blue C M Y K H S L
Decimal 244 181 18 0 0.26 0.93 0.04 43.27 0.91 0.51
Hex F4 B5 12 0 1A 5D 4 2B 5B 33
Octal 364 265 22 0 32 135 4 53 133 63
Binary 11110100 10110101 10010 0 11010 1011101 100 101011 1011011 110011

Color Harmonies of #F4B512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B512

Black with #F4B512

Text Example


Text Example

White with #F4B512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B512; }

 p { color: rgb(244,181,18); }

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

background-color css

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

 a { background-color: rgb(244,181,18); }

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

border-color css

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

 span { border-color: rgb(244,181,18); }

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