Html Css Color HEX #F0B112 Dark Tangerine

📋 copy color: '#F0B112'

red 240 ◦ green 177 ◦ blue 18

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

Shades of Dark Tangerine #F0B112

Tints of Dark Tangerine #F0B112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

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

R = 55.17%
G = 40.69%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0B112 (or 0xF0B112) is known color: Dark Tangerine. HEX triplet: F0, B1 and 12. RGB value is (240,177,18). Sum of RGB (Red+Green+Blue) = 240+177+18=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B112 is #0F4EED. Grayscale: #B2B2B2. Windows color (decimal): -1003246 or 1225200. OLE color: 1225200.

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

Color convert

RGB 240 177 18 -
CMYK 0 0.26 0.92 0.06
HSL 42.97º 0.88% 0.51% -
HSV(B) 42.97º 0.93% 0.94% -
XYZ 51.77 50.01 7.5 -
YUV 177.71 37.87 172.43 -
System Red Green Blue C M Y K H S L
Decimal 240 177 18 0 0.26 0.92 0.06 42.97 0.88 0.51
Hex F0 B1 12 0 1A 5C 6 2B 58 33
Octal 360 261 22 0 32 134 6 53 130 63
Binary 11110000 10110001 10010 0 11010 1011100 110 101011 1011000 110011

Color Harmonies of #F0B112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B112

Black with #F0B112

Text Example


Text Example

White with #F0B112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B112; }

 p { color: rgb(240,177,18); }

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

background-color css

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

 a { background-color: rgb(240,177,18); }

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

border-color css

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

 span { border-color: rgb(240,177,18); }

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