Html Css Color HEX #F4B212 Dark Tangerine

📋 copy color: '#F4B212'

red 244 ◦ green 178 ◦ blue 18

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

Shades of Dark Tangerine #F4B212

Tints of Dark Tangerine #F4B212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.45%

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

R = 55.45%
G = 40.45%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F4B212 (or 0xF4B212) is known color: Dark Tangerine. HEX triplet: F4, B2 and 12. RGB value is (244,178,18). Sum of RGB (Red+Green+Blue) = 244+178+18=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4B212 is #0B4DED. Grayscale: #B4B4B4. Windows color (decimal): -740846 or 1225460. OLE color: 1225460.

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

Color convert

RGB 244 178 18 -
CMYK 0 0.27 0.93 0.04
HSL 42.48º 0.91% 0.51% -
HSV(B) 42.48º 0.93% 0.96% -
XYZ 53.34 51.12 7.63 -
YUV 179.49 36.87 174.01 -
System Red Green Blue C M Y K H S L
Decimal 244 178 18 0 0.27 0.93 0.04 42.48 0.91 0.51
Hex F4 B2 12 0 1B 5D 4 2A 5B 33
Octal 364 262 22 0 33 135 4 52 133 63
Binary 11110100 10110010 10010 0 11011 1011101 100 101010 1011011 110011

Color Harmonies of #F4B212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B212

Black with #F4B212

Text Example


Text Example

White with #F4B212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B212; }

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

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

background-color css

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

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

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

border-color css

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

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

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