#F5BB5D

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

Shades of Casablanca #F5BB5D

Tints of Casablanca #F5BB5D

Color information

#F5BB5D (or 0xF5BB5D) is unknown color: approx Casablanca. HEX triplet: F5, BB and 5D. RGB value is (245,187,93). Sum of RGB (Red+Green+Blue) = 245+187+93=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BB5D is #0A44A2. Grayscale: #C2C2C2. Windows color (decimal): -672931 or 6142965. OLE color: 6142965.

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

Color convert

RGB24518793-
CMYK00.240.620.04
HSL37.11º88.37%66.27%-
HSV(B)37.11º62.04%96.08%-
XYZ57.455.7418.09-
YUV193.6371.22164.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.67%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 93 (36.72% from 255) = 17.71%
R=46.67%
G=35.62%
B=17.71%

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
Decimal2451879300.240.620.0437.1188.3766.27
HexF5BB5D0183E4255842
Octal36527313503076445130102
Binary1111010110111011101110101100011111010010010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BB5D; }

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

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

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

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

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

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

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

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