#F4A20F

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

Shades of Dark Tangerine #F4A20F

Tints of Dark Tangerine #F4A20F

Color information

#F4A20F (or 0xF4A20F) is unknown color: approx Dark Tangerine. HEX triplet: F4, A2 and 0F. RGB value is (244,162,15). Sum of RGB (Red+Green+Blue) = 244+162+15=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A20F is #0B5DF0. Grayscale: #AAAAAA. Windows color (decimal): -744945 or 1024756. OLE color: 1024756.

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

Color convert

RGB24416215-
CMYK00.340.940.04
HSL38.52º91.24%50.78%-
HSV(B)38.52º93.85%95.69%-
XYZ50.3145.116.51-
YUV169.7640.67180.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.96%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 15 (6.25% from 255) = 3.56%
R=57.96%
G=38.48%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441621500.340.940.0438.5291.2450.78
HexF4A2F0225E4275b33
Octal3642421704213644713363
Binary11110100101000101111010001010111101001001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A20F; }

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

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

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

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

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

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

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

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