Html Css Color HEX #F0870F Tangerine

📋 copy color: '#F0870F'

red 240 ◦ green 135 ◦ blue 15

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

Shades of Tangerine #F0870F

Tints of Tangerine #F0870F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.62%

 BLUE value IS 15 (6.25% from 255) = 3.85%

R = 61.54%
G = 34.62%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0870F (or 0xF0870F) is known color: Tangerine. HEX triplet: F0, 87 and 0F. RGB value is (240,135,15). Sum of RGB (Red+Green+Blue) = 240+135+15=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F0870F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0870F is #0F78F0. Grayscale: #999999. Windows color (decimal): -1014001 or 1017840. OLE color: 1017840.

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

Color convert

RGB 240 135 15 -
CMYK 0 0.44 0.94 0.06
HSL 32º 0.88% 0.5% -
HSV(B) 32º 0.94% 0.94% -
XYZ 44.69 35.89 5.02 -
YUV 152.72 50.29 190.26 -
System Red Green Blue C M Y K H S L
Decimal 240 135 15 0 0.44 0.94 0.06 32 0.88 0.5
Hex F0 87 F 0 2C 5E 6 20 58 32
Octal 360 207 17 0 54 136 6 40 130 62
Binary 11110000 10000111 1111 0 101100 1011110 110 100000 1011000 110010

Color Harmonies of #F0870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0870F

Black with #F0870F

Text Example


Text Example

White with #F0870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0870F; }

 p { color: rgb(240,135,15); }

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

background-color css

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

 a { background-color: rgb(240,135,15); }

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

border-color css

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

 span { border-color: rgb(240,135,15); }

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