Html Css Color HEX #F0B111 Dark Tangerine

📋 copy color: '#F0B111'

red 240 ◦ green 177 ◦ blue 17

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

Shades of Dark Tangerine #F0B111

Tints of Dark Tangerine #F0B111

RGB

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

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

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

R = 55.3%
G = 40.78%
B = 3.92%

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

#F0B111 (or 0xF0B111) is known color: Dark Tangerine. HEX triplet: F0, B1 and 11. RGB value is (240,177,17). Sum of RGB (Red+Green+Blue) = 240+177+17=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B111 is #0F4EEE. Grayscale: #B2B2B2. Windows color (decimal): -1003247 or 1159664. OLE color: 1159664.

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

Color convert

RGB 240 177 17 -
CMYK 0 0.26 0.93 0.06
HSL 43.05º 0.88% 0.5% -
HSV(B) 43.05º 0.93% 0.94% -
XYZ 51.76 50.01 7.46 -
YUV 177.6 37.37 172.51 -
System Red Green Blue C M Y K H S L
Decimal 240 177 17 0 0.26 0.93 0.06 43.05 0.88 0.5
Hex F0 B1 11 0 1A 5D 6 2B 58 32
Octal 360 261 21 0 32 135 6 53 130 62
Binary 11110000 10110001 10001 0 11010 1011101 110 101011 1011000 110010

Color Harmonies of #F0B111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B111

Black with #F0B111

Text Example


Text Example

White with #F0B111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B111; }

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

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

background-color css

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

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

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

border-color css

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

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

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