Html Css Color HEX #F0B210 Dark Tangerine

📋 copy color: '#F0B210'

red 240 ◦ green 178 ◦ blue 16

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

Shades of Dark Tangerine #F0B210

Tints of Dark Tangerine #F0B210

RGB

 RED value IS 240 (94.14% from 255) = 55.3%

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

 BLUE value IS 16 (6.64% from 255) = 3.69%

R = 55.3%
G = 41.01%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0B210 (or 0xF0B210) is known color: Dark Tangerine. HEX triplet: F0, B2 and 10. RGB value is (240,178,16). Sum of RGB (Red+Green+Blue) = 240+178+16=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B210 is #0F4DEF. Grayscale: #B2B2B2. Windows color (decimal): -1002992 or 1094384. OLE color: 1094384.

HSL color Cylindrical-coordinate representation of color #F0B210: hue angle of 43.39º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0B210 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 178 16 -
CMYK 0 0.26 0.93 0.06
HSL 43.39º 0.88% 0.5% -
HSV(B) 43.39º 0.93% 0.94% -
XYZ 51.95 50.4 7.48 -
YUV 178.07 36.54 172.17 -
System Red Green Blue C M Y K H S L
Decimal 240 178 16 0 0.26 0.93 0.06 43.39 0.88 0.5
Hex F0 B2 10 0 1A 5D 6 2B 58 32
Octal 360 262 20 0 32 135 6 53 130 62
Binary 11110000 10110010 10000 0 11010 1011101 110 101011 1011000 110010

Color Harmonies of #F0B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B210

Black with #F0B210

Text Example


Text Example

White with #F0B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B210; }

 p { color: rgb(240,178,16); }

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

background-color css

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

 a { background-color: rgb(240,178,16); }

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

border-color css

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

 span { border-color: rgb(240,178,16); }

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