#F2B95E

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

Shades of Casablanca #F2B95E

Tints of Casablanca #F2B95E

Color information

#F2B95E (or 0xF2B95E) is unknown color: approx Casablanca. HEX triplet: F2, B9 and 5E. RGB value is (242,185,94). Sum of RGB (Red+Green+Blue) = 242+185+94=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B95E is #0D46A1. Grayscale: #C0C0C0. Windows color (decimal): -870050 or 6207986. OLE color: 6207986.

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

Color convert

RGB24218594-
CMYK00.240.610.05
HSL36.89º85.06%65.88%-
HSV(B)36.89º61.16%94.9%-
XYZ55.9954.3818.14-
YUV191.6772.88163.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 94 (37.11% from 255) = 18.04%
R=46.45%
G=35.51%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421859400.240.610.0536.8985.0665.88
HexF2B95E0183D5255542
Octal36227113603075545125102
Binary1111001010111001101111001100011110110110010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B95E; }

 p { color: rgb(242,185,94); }

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

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

 a { background-color: rgb(242,185,94); }

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

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

 span { border-color: rgb(242,185,94); }

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