Html Css Color HEX #F0B011 Dark Tangerine

📋 copy color: '#F0B011'

red 240 ◦ green 176 ◦ blue 17

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

Shades of Dark Tangerine #F0B011

Tints of Dark Tangerine #F0B011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

 BLUE value IS 17 (7.03% from 255) = 3.93%

R = 55.43%
G = 40.65%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0B011 (or 0xF0B011) is known color: Dark Tangerine. HEX triplet: F0, B0 and 11. RGB value is (240,176,17). Sum of RGB (Red+Green+Blue) = 240+176+17=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B011 is #0F4FEE. Grayscale: #B1B1B1. Windows color (decimal): -1003503 or 1159408. OLE color: 1159408.

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

Color convert

RGB 240 176 17 -
CMYK 0 0.27 0.93 0.06
HSL 42.78º 0.88% 0.5% -
HSV(B) 42.78º 0.93% 0.94% -
XYZ 51.56 49.62 7.39 -
YUV 177.01 37.7 172.93 -
System Red Green Blue C M Y K H S L
Decimal 240 176 17 0 0.27 0.93 0.06 42.78 0.88 0.5
Hex F0 B0 11 0 1B 5D 6 2B 58 32
Octal 360 260 21 0 33 135 6 53 130 62
Binary 11110000 10110000 10001 0 11011 1011101 110 101011 1011000 110010

Color Harmonies of #F0B011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B011

Black with #F0B011

Text Example


Text Example

White with #F0B011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B011; }

 p { color: rgb(240,176,17); }

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

background-color css

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

 a { background-color: rgb(240,176,17); }

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

border-color css

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

 span { border-color: rgb(240,176,17); }

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