#F2BB5C

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

Shades of Casablanca #F2BB5C

Tints of Casablanca #F2BB5C

Color information

#F2BB5C (or 0xF2BB5C) is unknown color: approx Casablanca. HEX triplet: F2, BB and 5C. RGB value is (242,187,92). Sum of RGB (Red+Green+Blue) = 242+187+92=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BB5C is #0D44A3. Grayscale: #C1C1C1. Windows color (decimal): -869540 or 6077426. OLE color: 6077426.

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

Color convert

RGB24218792-
CMYK00.230.620.05
HSL38º85.23%65.49%-
HSV(B)38º61.98%94.9%-
XYZ56.3255.1917.81-
YUV192.6271.22163.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 92 (36.33% from 255) = 17.66%
R=46.45%
G=35.89%
B=17.66%

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
Decimal2421879200.230.620.053885.2365.49
HexF2BB5C0173E5265541
Octal36227313402776546125101
Binary1111001010111011101110001011111111010110011010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BB5C; }

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

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

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

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

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

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

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

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