Html Css Color HEX #F0B016 Dark Tangerine

📋 copy color: '#F0B016'

red 240 ◦ green 176 ◦ blue 22

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

Shades of Dark Tangerine #F0B016

Tints of Dark Tangerine #F0B016

RGB

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

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

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

R = 54.79%
G = 40.18%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0B016 (or 0xF0B016) is known color: Dark Tangerine. HEX triplet: F0, B0 and 16. RGB value is (240,176,22). Sum of RGB (Red+Green+Blue) = 240+176+22=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B016 is #0F4FE9. Grayscale: #B2B2B2. Windows color (decimal): -1003498 or 1487088. OLE color: 1487088.

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

Color convert

RGB 240 176 22 -
CMYK 0 0.27 0.91 0.06
HSL 42.39º 0.88% 0.51% -
HSV(B) 42.39º 0.91% 0.94% -
XYZ 51.61 49.63 7.62 -
YUV 177.58 40.2 172.52 -
System Red Green Blue C M Y K H S L
Decimal 240 176 22 0 0.27 0.91 0.06 42.39 0.88 0.51
Hex F0 B0 16 0 1B 5B 6 2A 58 33
Octal 360 260 26 0 33 133 6 52 130 63
Binary 11110000 10110000 10110 0 11011 1011011 110 101010 1011000 110011

Color Harmonies of #F0B016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B016

Black with #F0B016

Text Example


Text Example

White with #F0B016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B016; }

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

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

background-color css

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

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

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

border-color css

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

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

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