#F3AD58

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

Shades of Casablanca #F3AD58

Tints of Casablanca #F3AD58

Color information

#F3AD58 (or 0xF3AD58) is unknown color: approx Casablanca. HEX triplet: F3, AD and 58. RGB value is (243,173,88). Sum of RGB (Red+Green+Blue) = 243+173+88=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AD58 is #0C52A7. Grayscale: #B8B8B8. Windows color (decimal): -807592 or 5811699. OLE color: 5811699.

HSL color Cylindrical-coordinate representation of color #F3AD58: hue angle of 32.9º 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 #F3AD58 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB24317388-
CMYK00.290.640.05
HSL32.9º86.59%64.9%-
HSV(B)32.9º63.79%95.29%-
XYZ53.6749.6515.99-
YUV184.2473.69169.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.21%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 88 (34.77% from 255) = 17.46%
R=48.21%
G=34.33%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431738800.290.640.0532.986.5964.9
HexF3AD5801D405215741
Octal363255130035100541127101
Binary11110011101011011011000011101100000010110000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AD58; }

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

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

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

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

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

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

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

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