Html Css Color HEX #F0850F Tangerine

📋 copy color: '#F0850F'

red 240 ◦ green 133 ◦ blue 15

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

Shades of Tangerine #F0850F

Tints of Tangerine #F0850F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.28%

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

R = 61.86%
G = 34.28%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0850F (or 0xF0850F) is known color: Tangerine. HEX triplet: F0, 85 and 0F. RGB value is (240,133,15). Sum of RGB (Red+Green+Blue) = 240+133+15=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0850F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0850F is #0F7AF0. Grayscale: #989898. Windows color (decimal): -1014513 or 1017328. OLE color: 1017328.

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

Color convert

RGB 240 133 15 -
CMYK 0 0.45 0.94 0.06
HSL 31.47º 0.88% 0.5% -
HSV(B) 31.47º 0.94% 0.94% -
XYZ 44.41 35.33 4.93 -
YUV 151.54 50.95 191.09 -
System Red Green Blue C M Y K H S L
Decimal 240 133 15 0 0.45 0.94 0.06 31.47 0.88 0.5
Hex F0 85 F 0 2D 5E 6 1F 58 32
Octal 360 205 17 0 55 136 6 37 130 62
Binary 11110000 10000101 1111 0 101101 1011110 110 11111 1011000 110010

Color Harmonies of #F0850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0850F

Black with #F0850F

Text Example


Text Example

White with #F0850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0850F; }

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

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

background-color css

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

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

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

border-color css

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

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

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