#F0AE4D

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

Shades of Casablanca #F0AE4D

Tints of Casablanca #F0AE4D

Color information

#F0AE4D (or 0xF0AE4D) is unknown color: approx Casablanca. HEX triplet: F0, AE and 4D. RGB value is (240,174,77). Sum of RGB (Red+Green+Blue) = 240+174+77=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AE4D is #0F51B2. Grayscale: #B7B7B7. Windows color (decimal): -1003955 or 5091056. OLE color: 5091056.

HSL color Cylindrical-coordinate representation of color #F0AE4D: hue angle of 35.71º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0AE4D is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB24017477-
CMYK00.280.680.06
HSL35.71º84.46%62.16%-
HSV(B)35.71º67.92%94.12%-
XYZ52.4149.3313.78-
YUV182.6868.37168.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.88%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 77 (30.47% from 255) = 15.68%
R=48.88%
G=35.44%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401747700.280.680.0635.7184.4662.16
HexF0AE4D01C44624543e
Octal36025611503410464412476
Binary1111000010101110100110101110010001001101001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AE4D; }

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

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

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

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

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

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

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

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