#F4A30F

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

Shades of Dark Tangerine #F4A30F

Tints of Dark Tangerine #F4A30F

Color information

#F4A30F (or 0xF4A30F) is unknown color: approx Dark Tangerine. HEX triplet: F4, A3 and 0F. RGB value is (244,163,15). Sum of RGB (Red+Green+Blue) = 244+163+15=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A30F is #0B5CF0. Grayscale: #ABABAB. Windows color (decimal): -744689 or 1025012. OLE color: 1025012.

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

Color convert

RGB24416315-
CMYK00.330.940.04
HSL38.78º91.24%50.78%-
HSV(B)38.78º93.85%95.69%-
XYZ50.4945.466.57-
YUV170.3540.34180.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.82%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 15 (6.25% from 255) = 3.55%
R=57.82%
G=38.63%
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
Decimal2441631500.330.940.0438.7891.2450.78
HexF4A3F0215E4275b33
Octal3642431704113644713363
Binary11110100101000111111010000110111101001001111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A30F; }

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

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

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

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

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

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

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

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