Html Css Color HEX #F0B115 Dark Tangerine

📋 copy color: '#F0B115'

red 240 ◦ green 177 ◦ blue 21

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

Shades of Dark Tangerine #F0B115

Tints of Dark Tangerine #F0B115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.79%

R = 54.79%
G = 40.41%
B = 4.79%

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

#F0B115 (or 0xF0B115) is known color: Dark Tangerine. HEX triplet: F0, B1 and 15. RGB value is (240,177,21). Sum of RGB (Red+Green+Blue) = 240+177+21=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B115 is #0F4EEA. Grayscale: #B2B2B2. Windows color (decimal): -1003243 or 1421808. OLE color: 1421808.

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

Color convert

RGB 240 177 21 -
CMYK 0 0.26 0.91 0.06
HSL 42.74º 0.88% 0.51% -
HSV(B) 42.74º 0.91% 0.94% -
XYZ 51.79 50.02 7.64 -
YUV 178.05 39.37 172.18 -
System Red Green Blue C M Y K H S L
Decimal 240 177 21 0 0.26 0.91 0.06 42.74 0.88 0.51
Hex F0 B1 15 0 1A 5B 6 2B 58 33
Octal 360 261 25 0 32 133 6 53 130 63
Binary 11110000 10110001 10101 0 11010 1011011 110 101011 1011000 110011

Color Harmonies of #F0B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B115

Black with #F0B115

Text Example


Text Example

White with #F0B115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B115; }

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

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

background-color css

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

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

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

border-color css

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

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

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