#F4AE4D

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

Shades of Casablanca #F4AE4D

Tints of Casablanca #F4AE4D

Color information

#F4AE4D (or 0xF4AE4D) is unknown color: approx Casablanca. HEX triplet: F4, AE and 4D. RGB value is (244,174,77). Sum of RGB (Red+Green+Blue) = 244+174+77=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AE4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AE4D is #0B51B2. Grayscale: #B8B8B8. Windows color (decimal): -741811 or 5091060. OLE color: 5091060.

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

Color convert

RGB24417477-
CMYK00.290.680.04
HSL34.85º88.36%62.94%-
HSV(B)34.85º68.44%95.69%-
XYZ53.7850.0413.85-
YUV183.8767.69170.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 77 (30.47% from 255) = 15.56%
R=49.29%
G=35.15%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441747700.290.680.0434.8588.3662.94
HexF4AE4D01D44423583f
Octal36425611503510444313077
Binary1111010010101110100110101110110001001001000111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AE4D; }

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

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

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

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

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

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

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

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