#F4A100

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

Shades of Orange Peel #F4A100

Tints of Orange Peel #F4A100

Color information

#F4A100 (or 0xF4A100) is unknown color: approx Orange Peel. HEX triplet: F4, A1 and 00. RGB value is (244,161,0). Sum of RGB (Red+Green+Blue) = 244+161+0=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A100 is #0B5EFF. Grayscale: #A8A8A8. Windows color (decimal): -745216 or 41460. OLE color: 41460.

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

Color convert

RGB2441610-
CMYK00.3410.04
HSL39.59º100%47.84%-
HSV(B)39.59º100%95.69%-
XYZ50.0544.725.99-
YUV167.4633.5182.59-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 60.25%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.25%
G=39.75%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244161000.3410.0439.5910047.84
HexF4A10022644286430
Octal364241004214445014460
Binary11110100101000010010001011001001001010001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A100; }

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

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

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

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

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

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

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

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