Html Css Color HEX #F0B116 Dark Tangerine

📋 copy color: '#F0B116'

red 240 ◦ green 177 ◦ blue 22

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

Shades of Dark Tangerine #F0B116

Tints of Dark Tangerine #F0B116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.01%

R = 54.67%
G = 40.32%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0B116 (or 0xF0B116) is known color: Dark Tangerine. HEX triplet: F0, B1 and 16. RGB value is (240,177,22). Sum of RGB (Red+Green+Blue) = 240+177+22=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B116 is #0F4EE9. Grayscale: #B2B2B2. Windows color (decimal): -1003242 or 1487344. OLE color: 1487344.

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

Color convert

RGB 240 177 22 -
CMYK 0 0.26 0.91 0.06
HSL 42.66º 0.88% 0.51% -
HSV(B) 42.66º 0.91% 0.94% -
XYZ 51.8 50.03 7.69 -
YUV 178.17 39.87 172.1 -
System Red Green Blue C M Y K H S L
Decimal 240 177 22 0 0.26 0.91 0.06 42.66 0.88 0.51
Hex F0 B1 16 0 1A 5B 6 2B 58 33
Octal 360 261 26 0 32 133 6 53 130 63
Binary 11110000 10110001 10110 0 11010 1011011 110 101011 1011000 110011

Color Harmonies of #F0B116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B116

Black with #F0B116

Text Example


Text Example

White with #F0B116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B116; }

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

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

background-color css

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

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

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

border-color css

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

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

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