#F4BB5A

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

Shades of Casablanca #F4BB5A

Tints of Casablanca #F4BB5A

Color information

#F4BB5A (or 0xF4BB5A) is unknown color: approx Casablanca. HEX triplet: F4, BB and 5A. RGB value is (244,187,90). Sum of RGB (Red+Green+Blue) = 244+187+90=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BB5A is #0B44A5. Grayscale: #C1C1C1. Windows color (decimal): -738470 or 5946356. OLE color: 5946356.

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

Color convert

RGB24418790-
CMYK00.230.630.04
HSL37.79º87.5%65.49%-
HSV(B)37.79º63.11%95.69%-
XYZ56.9255.5117.39-
YUV192.9869.88164.39-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.83%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 90 (35.55% from 255) = 17.27%
R=46.83%
G=35.89%
B=17.27%

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
Decimal2441879000.230.630.0437.7987.565.49
HexF4BB5A0173F4265841
Octal36427313202777446130101
Binary1111010010111011101101001011111111110010011010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BB5A; }

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

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

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

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

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

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

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

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