#F4BB5B

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

Shades of Casablanca #F4BB5B

Tints of Casablanca #F4BB5B

Color information

#F4BB5B (or 0xF4BB5B) is unknown color: approx Casablanca. HEX triplet: F4, BB and 5B. RGB value is (244,187,91). Sum of RGB (Red+Green+Blue) = 244+187+91=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BB5B is #0B44A4. Grayscale: #C1C1C1. Windows color (decimal): -738469 or 6011892. OLE color: 6011892.

HSL color Cylindrical-coordinate representation of color #F4BB5B: hue angle of 37.65º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4BB5B is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24418791-
CMYK00.230.630.04
HSL37.65º87.43%65.69%-
HSV(B)37.65º62.7%95.69%-
XYZ56.9755.5317.61-
YUV193.170.38164.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.74%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 91 (35.94% from 255) = 17.43%
R=46.74%
G=35.82%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441879100.230.630.0437.6587.4365.69
HexF4BB5B0173F4265742
Octal36427313302777446127102
Binary1111010010111011101101101011111111110010011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BB5B; }

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

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

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

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

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

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

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

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