Html Css Color HEX #F0B110 Dark Tangerine

📋 copy color: '#F0B110'

red 240 ◦ green 177 ◦ blue 16

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

Shades of Dark Tangerine #F0B110

Tints of Dark Tangerine #F0B110

RGB

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

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

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

R = 55.43%
G = 40.88%
B = 3.7%

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

#F0B110 (or 0xF0B110) is known color: Dark Tangerine. HEX triplet: F0, B1 and 10. RGB value is (240,177,16). Sum of RGB (Red+Green+Blue) = 240+177+16=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B110 is #0F4EEF. Grayscale: #B2B2B2. Windows color (decimal): -1003248 or 1094128. OLE color: 1094128.

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

Color convert

RGB 240 177 16 -
CMYK 0 0.26 0.93 0.06
HSL 43.13º 0.88% 0.5% -
HSV(B) 43.13º 0.93% 0.94% -
XYZ 51.75 50.01 7.41 -
YUV 177.48 36.87 172.59 -
System Red Green Blue C M Y K H S L
Decimal 240 177 16 0 0.26 0.93 0.06 43.13 0.88 0.5
Hex F0 B1 10 0 1A 5D 6 2B 58 32
Octal 360 261 20 0 32 135 6 53 130 62
Binary 11110000 10110001 10000 0 11010 1011101 110 101011 1011000 110010

Color Harmonies of #F0B110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B110

Black with #F0B110

Text Example


Text Example

White with #F0B110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B110; }

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

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

background-color css

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

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

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

border-color css

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

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

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