#F4AE4C

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

Shades of Casablanca #F4AE4C

Tints of Casablanca #F4AE4C

Color information

#F4AE4C (or 0xF4AE4C) is unknown color: approx Casablanca. HEX triplet: F4, AE and 4C. RGB value is (244,174,76). Sum of RGB (Red+Green+Blue) = 244+174+76=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AE4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AE4C is #0B51B3. Grayscale: #B8B8B8. Windows color (decimal): -741812 or 5025524. OLE color: 5025524.

HSL color Cylindrical-coordinate representation of color #F4AE4C: hue angle of 35º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F4AE4C is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB24417476-
CMYK00.290.690.04
HSL35º88.42%62.75%-
HSV(B)35º68.85%95.69%-
XYZ53.7550.0313.66-
YUV183.7667.19170.97-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.39%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 76 (30.08% from 255) = 15.38%
R=49.39%
G=35.22%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441747600.290.690.043588.4262.75
HexF4AE4C01D45423583f
Octal36425611403510544313077
Binary1111010010101110100110001110110001011001000111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AE4C; }

 p { color: rgb(244,174,76); }

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

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

 a { background-color: rgb(244,174,76); }

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

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

 span { border-color: rgb(244,174,76); }

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