#f2b15b

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

Shades of Casablanca #F2B15B

Tints of Casablanca #F2B15B

Color information

#F2B15B (or 0xF2B15B) is unknown color: approx Casablanca. HEX triplet: F2, B1 and 5B. RGB value is (242,177,91). Sum of RGB (Red+Green+Blue) = 242+177+91=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 91 (35.94% from 255 or 17.84% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B15B is #0D4EA4. Grayscale: #BBBBBB. Windows color (decimal): -872101 or 6009330. OLE color: 6009330.

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

Color convert

RGB24217791-
CMYK00.270.620.05
HSL34.17º85.31%65.29%-
HSV(B)34.17º62.4%94.9%-
XYZ54.2351.0816.9-
YUV186.6374.03167.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.45%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 91 (35.94% from 255) = 17.84%
R=47.45%
G=34.71%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421779100.270.620.0534.1785.3165.29
HexF2B15B01B3E5225541
Octal36226113303376542125101
Binary1111001010110001101101101101111111010110001010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2b15b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2b15b; }

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

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

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

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

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

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

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

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