#F4A104

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

Shades of Orange Peel #F4A104

Tints of Orange Peel #F4A104

Color information

#F4A104 (or 0xF4A104) is unknown color: approx Orange Peel. HEX triplet: F4, A1 and 04. RGB value is (244,161,4). Sum of RGB (Red+Green+Blue) = 244+161+4=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A104 is #0B5EFB. Grayscale: #A8A8A8. Windows color (decimal): -745212 or 303604. OLE color: 303604.

HSL color Cylindrical-coordinate representation of color #F4A104: hue angle of 39.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4A104 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB2441614-
CMYK00.340.980.04
HSL39.25º96.77%48.63%-
HSV(B)39.25º98.36%95.69%-
XYZ50.0844.736.11-
YUV167.9235.5182.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.66%
GREEN value IS 161 (63.28% from 255) = 39.36%
BLUE value IS 4 (1.95% from 255) = 0.98%
R=59.66%
G=39.36%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244161400.340.980.0439.2596.7748.63
HexF4A14022624276131
Octal364241404214244714161
Binary1111010010100001100010001011000101001001111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A104; }

 p { color: rgb(244,161,4); }

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

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

 a { background-color: rgb(244,161,4); }

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

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

 span { border-color: rgb(244,161,4); }

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