#F2B255

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

Shades of Casablanca #F2B255

Tints of Casablanca #F2B255

Color information

#F2B255 (or 0xF2B255) is unknown color: approx Casablanca. HEX triplet: F2, B2 and 55. RGB value is (242,178,85). Sum of RGB (Red+Green+Blue) = 242+178+85=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B255 is #0D4DAA. Grayscale: #BABABA. Windows color (decimal): -871851 or 5616370. OLE color: 5616370.

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

Color convert

RGB24217885-
CMYK00.260.650.05
HSL35.54º85.79%64.12%-
HSV(B)35.54º64.88%94.9%-
XYZ54.1851.3715.65-
YUV186.5370.7167.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 85 (33.59% from 255) = 16.83%
R=47.92%
G=35.25%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421788500.260.650.0535.5485.7964.12
HexF2B25501A415245640
Octal362262125032101544126100
Binary11110010101100101010101011010100000110110010010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B255; }

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

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

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

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

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

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

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

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