#F5BA5C

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

Shades of Casablanca #F5BA5C

Tints of Casablanca #F5BA5C

Color information

#F5BA5C (or 0xF5BA5C) is unknown color: approx Casablanca. HEX triplet: F5, BA and 5C. RGB value is (245,186,92). Sum of RGB (Red+Green+Blue) = 245+186+92=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA5C is #0A45A3. Grayscale: #C1C1C1. Windows color (decimal): -673188 or 6077173. OLE color: 6077173.

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

Color convert

RGB24518692-
CMYK00.240.620.04
HSL36.86º88.44%66.08%-
HSV(B)36.86º62.45%96.08%-
XYZ57.1555.317.79-
YUV192.9271.05165.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.85%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 92 (36.33% from 255) = 17.59%
R=46.85%
G=35.56%
B=17.59%

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
Decimal2451869200.240.620.0436.8688.4466.08
HexF5BA5C0183E4255842
Octal36527213403076445130102
Binary1111010110111010101110001100011111010010010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BA5C; }

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

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

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

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

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

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

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

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