Html Css Color HEX #F0820F Tangerine

📋 copy color: '#F0820F'

red 240 ◦ green 130 ◦ blue 15

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

Shades of Tangerine #F0820F

Tints of Tangerine #F0820F

RGB

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

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

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

R = 62.34%
G = 33.77%
B = 3.9%

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

#F0820F (or 0xF0820F) is known color: Tangerine. HEX triplet: F0, 82 and 0F. RGB value is (240,130,15). Sum of RGB (Red+Green+Blue) = 240+130+15=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0820F is #0F7DF0. Grayscale: #969696. Windows color (decimal): -1015281 or 1016560. OLE color: 1016560.

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

Color convert

RGB 240 130 15 -
CMYK 0 0.46 0.94 0.06
HSL 30.67º 0.88% 0.5% -
HSV(B) 30.67º 0.94% 0.94% -
XYZ 44 34.53 4.8 -
YUV 149.78 51.94 192.35 -
System Red Green Blue C M Y K H S L
Decimal 240 130 15 0 0.46 0.94 0.06 30.67 0.88 0.5
Hex F0 82 F 0 2E 5E 6 1F 58 32
Octal 360 202 17 0 56 136 6 37 130 62
Binary 11110000 10000010 1111 0 101110 1011110 110 11111 1011000 110010

Color Harmonies of #F0820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0820F

Black with #F0820F

Text Example


Text Example

White with #F0820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0820F; }

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

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

background-color css

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

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

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

border-color css

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

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

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