#F3BA56

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

Shades of Casablanca #F3BA56

Tints of Casablanca #F3BA56

Color information

#F3BA56 (or 0xF3BA56) is unknown color: approx Casablanca. HEX triplet: F3, BA and 56. RGB value is (243,186,86). Sum of RGB (Red+Green+Blue) = 243+186+86=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA56 is #0C45A9. Grayscale: #C0C0C0. Windows color (decimal): -804266 or 5683955. OLE color: 5683955.

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

Color convert

RGB24318686-
CMYK00.230.650.05
HSL38.22º86.74%64.51%-
HSV(B)38.22º64.61%95.29%-
XYZ56.254.8416.43-
YUV191.6468.38164.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.18%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 86 (33.98% from 255) = 16.70%
R=47.18%
G=36.12%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431868600.230.650.0538.2286.7464.51
HexF3BA56017415265741
Octal363272126027101546127101
Binary11110011101110101010110010111100000110110011010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BA56; }

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

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

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

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

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

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

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

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