#F2BB5B

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

Shades of Casablanca #F2BB5B

Tints of Casablanca #F2BB5B

Color information

#F2BB5B (or 0xF2BB5B) is unknown color: approx Casablanca. HEX triplet: F2, BB and 5B. RGB value is (242,187,91). Sum of RGB (Red+Green+Blue) = 242+187+91=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB5B is #0D44A4. Grayscale: #C0C0C0. Windows color (decimal): -869541 or 6011890. OLE color: 6011890.

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

Color convert

RGB24218791-
CMYK00.230.620.05
HSL38.15º85.31%65.29%-
HSV(B)38.15º62.4%94.9%-
XYZ56.2855.1717.58-
YUV192.570.72163.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 91 (35.94% from 255) = 17.5%
R=46.54%
G=35.96%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421879100.230.620.0538.1585.3165.29
HexF2BB5B0173E5265541
Octal36227313302776546125101
Binary1111001010111011101101101011111111010110011010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BB5B; }

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

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

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

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

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

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

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

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