Html Css Color HEX #F0820E Tangerine

📋 copy color: '#F0820E'

red 240 ◦ green 130 ◦ blue 14

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

Shades of Tangerine #F0820E

Tints of Tangerine #F0820E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

 BLUE value IS 14 (5.86% from 255) = 3.65%

R = 62.5%
G = 33.85%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0820E (or 0xF0820E) is known color: Tangerine. HEX triplet: F0, 82 and 0E. RGB value is (240,130,14). Sum of RGB (Red+Green+Blue) = 240+130+14=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0820E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0820E is #0F7DF1. Grayscale: #969696. Windows color (decimal): -1015282 or 951024. OLE color: 951024.

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

Color convert

RGB 240 130 14 -
CMYK 0 0.46 0.94 0.06
HSL 30.8º 0.89% 0.5% -
HSV(B) 30.8º 0.94% 0.94% -
XYZ 44 34.52 4.76 -
YUV 149.67 51.44 192.43 -
System Red Green Blue C M Y K H S L
Decimal 240 130 14 0 0.46 0.94 0.06 30.8 0.89 0.5
Hex F0 82 E 0 2E 5E 6 1F 59 32
Octal 360 202 16 0 56 136 6 37 131 62
Binary 11110000 10000010 1110 0 101110 1011110 110 11111 1011001 110010

Color Harmonies of #F0820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0820E

Black with #F0820E

Text Example


Text Example

White with #F0820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0820E; }

 p { color: rgb(240,130,14); }

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

background-color css

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

 a { background-color: rgb(240,130,14); }

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

border-color css

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

 span { border-color: rgb(240,130,14); }

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