#F2B057

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

Shades of Casablanca #F2B057

Tints of Casablanca #F2B057

Color information

#F2B057 (or 0xF2B057) is unknown color: approx Casablanca. HEX triplet: F2, B0 and 57. RGB value is (242,176,87). Sum of RGB (Red+Green+Blue) = 242+176+87=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B057 is #0D4FA8. Grayscale: #BABABA. Windows color (decimal): -872361 or 5746930. OLE color: 5746930.

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

Color convert

RGB24217687-
CMYK00.270.640.05
HSL34.45º85.64%64.51%-
HSV(B)34.45º64.05%94.9%-
XYZ53.8650.6215.95-
YUV185.5972.37168.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 87 (34.38% from 255) = 17.23%
R=47.92%
G=34.85%
B=17.23%

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
Decimal2421768700.270.640.0534.4585.6464.51
HexF2B05701B405225641
Octal362260127033100542126101
Binary11110010101100001010111011011100000010110001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B057; }

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

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

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

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

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

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

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

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