#F3AE58

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

Shades of Casablanca #F3AE58

Tints of Casablanca #F3AE58

Color information

#F3AE58 (or 0xF3AE58) is unknown color: approx Casablanca. HEX triplet: F3, AE and 58. RGB value is (243,174,88). Sum of RGB (Red+Green+Blue) = 243+174+88=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AE58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AE58 is #0C51A7. Grayscale: #B9B9B9. Windows color (decimal): -807336 or 5811955. OLE color: 5811955.

HSL color Cylindrical-coordinate representation of color #F3AE58: hue angle of 33.29º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F3AE58 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB24317488-
CMYK00.280.640.05
HSL33.29º86.59%64.9%-
HSV(B)33.29º63.79%95.29%-
XYZ53.8650.0316.05-
YUV184.8373.36169.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.12%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 88 (34.77% from 255) = 17.43%
R=48.12%
G=34.46%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431748800.280.640.0533.2986.5964.9
HexF3AE5801C405215741
Octal363256130034100541127101
Binary11110011101011101011000011100100000010110000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AE58; }

 p { color: rgb(243,174,88); }

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

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

 a { background-color: rgb(243,174,88); }

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

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

 span { border-color: rgb(243,174,88); }

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