#F4A40F

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

Shades of Dark Tangerine #F4A40F

Tints of Dark Tangerine #F4A40F

Color information

#F4A40F (or 0xF4A40F) is unknown color: approx Dark Tangerine. HEX triplet: F4, A4 and 0F. RGB value is (244,164,15). Sum of RGB (Red+Green+Blue) = 244+164+15=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A40F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A40F is #0B5BF0. Grayscale: #ABABAB. Windows color (decimal): -744433 or 1025268. OLE color: 1025268.

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

Color convert

RGB24416415-
CMYK00.330.940.04
HSL39.04º91.24%50.78%-
HSV(B)39.04º93.85%95.69%-
XYZ50.6745.826.63-
YUV170.9340180.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.68%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 15 (6.25% from 255) = 3.55%
R=57.68%
G=38.77%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441641500.330.940.0439.0491.2450.78
HexF4A4F0215E4275b33
Octal3642441704113644713363
Binary11110100101001001111010000110111101001001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A40F; }

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

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

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

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

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

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

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

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