#F4820F

Color #F4820F Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #F4820F

Tints of Tangerine #F4820F

Color information

#F4820F (or 0xF4820F) is unknown color: approx Tangerine. HEX triplet: F4, 82 and 0F. RGB value is (244,130,15). Sum of RGB (Red+Green+Blue) = 244+130+15=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4820F is #0B7DF0. Grayscale: #979797. Windows color (decimal): -753137 or 1016564. OLE color: 1016564.

HSL color Cylindrical-coordinate representation of color #F4820F: hue angle of 30.13º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4820F is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB24413015-
CMYK00.470.940.04
HSL30.13º91.24%50.78%-
HSV(B)30.13º93.85%95.69%-
XYZ45.3835.234.86-
YUV150.9851.27194.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 62.72%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 15 (6.25% from 255) = 3.86%
R=62.72%
G=33.42%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441301500.470.940.0430.1391.2450.78
HexF482F02F5E41e5b33
Octal3642021705713643613363
Binary1111010010000010111101011111011110100111101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4820F; }

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

 H1.HeaderClassName
 {
   color: #F4820F;
 }
 .AnyTagClassName
 {
   color: #F4820F;
 }
</style>
background-color css

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

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

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

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

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

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