Html Css Color HEX #F0850D Tangerine

📋 copy color: '#F0850D'

red 240 ◦ green 133 ◦ blue 13

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

Shades of Tangerine #F0850D

Tints of Tangerine #F0850D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.37%

R = 62.18%
G = 34.46%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0850D (or 0xF0850D) is known color: Tangerine. HEX triplet: F0, 85 and 0D. RGB value is (240,133,13). Sum of RGB (Red+Green+Blue) = 240+133+13=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F0850D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0850D is #0F7AF2. Grayscale: #979797. Windows color (decimal): -1014515 or 886256. OLE color: 886256.

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

Color convert

RGB 240 133 13 -
CMYK 0 0.45 0.95 0.06
HSL 31.72º 0.9% 0.5% -
HSV(B) 31.72º 0.95% 0.94% -
XYZ 44.4 35.33 4.86 -
YUV 151.31 49.95 191.26 -
System Red Green Blue C M Y K H S L
Decimal 240 133 13 0 0.45 0.95 0.06 31.72 0.9 0.5
Hex F0 85 D 0 2D 5F 6 20 5A 32
Octal 360 205 15 0 55 137 6 40 132 62
Binary 11110000 10000101 1101 0 101101 1011111 110 100000 1011010 110010

Color Harmonies of #F0850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0850D

Black with #F0850D

Text Example


Text Example

White with #F0850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0850D; }

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

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

background-color css

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

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

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

border-color css

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

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

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