#F5BB5C

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

Shades of Casablanca #F5BB5C

Tints of Casablanca #F5BB5C

Color information

#F5BB5C (or 0xF5BB5C) is unknown color: approx Casablanca. HEX triplet: F5, BB and 5C. RGB value is (245,187,92). Sum of RGB (Red+Green+Blue) = 245+187+92=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 92 (36.33% from 255 or 17.56% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BB5C is #0A44A3. Grayscale: #C1C1C1. Windows color (decimal): -672932 or 6077429. OLE color: 6077429.

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

Color convert

RGB24518792-
CMYK00.240.620.04
HSL37.25º88.44%66.08%-
HSV(B)37.25º62.45%96.08%-
XYZ57.3655.7317.86-
YUV193.5170.72164.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.76%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 92 (36.33% from 255) = 17.56%
R=46.76%
G=35.69%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451879200.240.620.0437.2588.4466.08
HexF5BB5C0183E4255842
Octal36527313403076445130102
Binary1111010110111011101110001100011111010010010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BB5C; }

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

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

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

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

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

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

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

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