#F5BA5E

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

Shades of Casablanca #F5BA5E

Tints of Casablanca #F5BA5E

Color information

#F5BA5E (or 0xF5BA5E) is unknown color: approx Casablanca. HEX triplet: F5, BA and 5E. RGB value is (245,186,94). Sum of RGB (Red+Green+Blue) = 245+186+94=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA5E is #0A45A1. Grayscale: #C1C1C1. Windows color (decimal): -673186 or 6208245. OLE color: 6208245.

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

Color convert

RGB24518694-
CMYK00.240.620.04
HSL36.56º88.3%66.47%-
HSV(B)36.56º61.63%96.08%-
XYZ57.2455.3418.25-
YUV193.1572.05164.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.67%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 94 (37.11% from 255) = 17.90%
R=46.67%
G=35.43%
B=17.90%

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
Decimal2451869400.240.620.0436.5688.366.47
HexF5BA5E0183E4255842
Octal36527213603076445130102
Binary1111010110111010101111001100011111010010010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BA5E; }

 p { color: rgb(245,186,94); }

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

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

 a { background-color: rgb(245,186,94); }

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

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

 span { border-color: rgb(245,186,94); }

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