#F3BA5C

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

Shades of Casablanca #F3BA5C

Tints of Casablanca #F3BA5C

Color information

#F3BA5C (or 0xF3BA5C) is unknown color: approx Casablanca. HEX triplet: F3, BA and 5C. RGB value is (243,186,92). Sum of RGB (Red+Green+Blue) = 243+186+92=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA5C is #0C45A3. Grayscale: #C0C0C0. Windows color (decimal): -804260 or 6077171. OLE color: 6077171.

HSL color Cylindrical-coordinate representation of color #F3BA5C: hue angle of 37.35º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3BA5C is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB24318692-
CMYK00.230.620.05
HSL37.35º86.29%65.69%-
HSV(B)37.35º62.14%95.29%-
XYZ56.4554.9517.76-
YUV192.3371.38164.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.64%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 92 (36.33% from 255) = 17.66%
R=46.64%
G=35.70%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431869200.230.620.0537.3586.2965.69
HexF3BA5C0173E5255642
Octal36327213402776545126102
Binary1111001110111010101110001011111111010110010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BA5C; }

 p { color: rgb(243,186,92); }

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

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

 a { background-color: rgb(243,186,92); }

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

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

 span { border-color: rgb(243,186,92); }

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