#F3B756

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

Shades of Casablanca #F3B756

Tints of Casablanca #F3B756

Color information

#F3B756 (or 0xF3B756) is unknown color: approx Casablanca. HEX triplet: F3, B7 and 56. RGB value is (243,183,86). Sum of RGB (Red+Green+Blue) = 243+183+86=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B756 is #0C48A9. Grayscale: #BEBEBE. Windows color (decimal): -805034 or 5683187. OLE color: 5683187.

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

Color convert

RGB24318386-
CMYK00.250.650.05
HSL37.07º86.74%64.51%-
HSV(B)37.07º64.61%95.29%-
XYZ55.5853.5916.22-
YUV189.8869.38165.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.46%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 86 (33.98% from 255) = 16.80%
R=47.46%
G=35.74%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431838600.250.650.0537.0786.7464.51
HexF3B756019415255741
Octal363267126031101545127101
Binary11110011101101111010110011001100000110110010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B756; }

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

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

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

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

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

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

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

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