#F2B157

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

Shades of Casablanca #F2B157

Tints of Casablanca #F2B157

Color information

#F2B157 (or 0xF2B157) is unknown color: approx Casablanca. HEX triplet: F2, B1 and 57. RGB value is (242,177,87). Sum of RGB (Red+Green+Blue) = 242+177+87=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B157 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B157 is #0D4EA8. Grayscale: #BABABA. Windows color (decimal): -872105 or 5747186. OLE color: 5747186.

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

Color convert

RGB24217787-
CMYK00.270.640.05
HSL34.84º85.64%64.51%-
HSV(B)34.84º64.05%94.9%-
XYZ54.0651.0116.01-
YUV186.1872.03167.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.83%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 87 (34.38% from 255) = 17.19%
R=47.83%
G=34.98%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421778700.270.640.0534.8485.6464.51
HexF2B15701B405235641
Octal362261127033100543126101
Binary11110010101100011010111011011100000010110001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B157; }

 p { color: rgb(242,177,87); }

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

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

 a { background-color: rgb(242,177,87); }

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

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

 span { border-color: rgb(242,177,87); }

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