#F4F0A4

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

Shades of Shalimar #F4F0A4

Tints of Shalimar #F4F0A4

Color information

#F4F0A4 (or 0xF4F0A4) is unknown color: approx Shalimar. HEX triplet: F4, F0 and A4. RGB value is (244,240,164). Sum of RGB (Red+Green+Blue) = 244+240+164=648 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.65% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 164 (64.45% from 255 or 25.31% from 648); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F0A4 is #0B0F5B. Grayscale: #E8E8E8. Windows color (decimal): -724828 or 10809588. OLE color: 10809588.

HSL color Cylindrical-coordinate representation of color #F4F0A4: hue angle of 57º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4F0A4 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB244240164-
CMYK00.020.330.04
HSL57º78.43%80%-
HSV(B)57º32.79%95.69%-
XYZ75.1784.2347.42-
YUV232.5389.33136.18-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.65%
GREEN value IS 240 (94.14% from 255) = 37.04%
BLUE value IS 164 (64.45% from 255) = 25.31%
R=37.65%
G=37.04%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424016400.020.330.045778.4380
HexF4F0A402214394e50
Octal3643602440241471116120
Binary11110100111100001010010001010000110011100110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F0A4; }

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

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

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

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

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

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

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

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