#F2B049

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

Shades of Casablanca #F2B049

Tints of Casablanca #F2B049

Color information

#F2B049 (or 0xF2B049) is unknown color: approx Casablanca. HEX triplet: F2, B0 and 49. RGB value is (242,176,73). Sum of RGB (Red+Green+Blue) = 242+176+73=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B049 is #0D4FB6. Grayscale: #B8B8B8. Windows color (decimal): -872375 or 4829426. OLE color: 4829426.

HSL color Cylindrical-coordinate representation of color #F2B049: hue angle of 36.57º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2B049 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24217673-
CMYK00.270.700.05
HSL36.57º86.67%61.76%-
HSV(B)36.57º69.83%94.9%-
XYZ53.3550.4113.22-
YUV183.9965.37169.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 73 (28.91% from 255) = 14.87%
R=49.29%
G=35.85%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421767300.270.700.0536.5786.6761.76
HexF2B04901B46525573e
Octal36226011103310654512776
Binary1111001010110000100100101101110001101011001011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B049; }

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

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

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

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

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

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

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

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