#F2B155

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

Shades of Casablanca #F2B155

Tints of Casablanca #F2B155

Color information

#F2B155 (or 0xF2B155) is unknown color: approx Casablanca. HEX triplet: F2, B1 and 55. RGB value is (242,177,85). Sum of RGB (Red+Green+Blue) = 242+177+85=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B155 is #0D4EAA. Grayscale: #BABABA. Windows color (decimal): -872107 or 5616114. OLE color: 5616114.

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

Color convert

RGB24217785-
CMYK00.270.650.05
HSL35.16º85.79%64.12%-
HSV(B)35.16º64.88%94.9%-
XYZ53.9850.9815.59-
YUV185.9571.03167.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.02%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 85 (33.59% from 255) = 16.87%
R=48.02%
G=35.12%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421778500.270.650.0535.1685.7964.12
HexF2B15501B415235640
Octal362261125033101543126100
Binary11110010101100011010101011011100000110110001110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B155; }

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

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

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

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

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

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

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

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