#F5BC5E

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

Shades of Casablanca #F5BC5E

Tints of Casablanca #F5BC5E

Color information

#F5BC5E (or 0xF5BC5E) is unknown color: approx Casablanca. HEX triplet: F5, BC and 5E. RGB value is (245,188,94). Sum of RGB (Red+Green+Blue) = 245+188+94=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BC5E is #0A43A1. Grayscale: #C2C2C2. Windows color (decimal): -672674 or 6208757. OLE color: 6208757.

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

Color convert

RGB24518894-
CMYK00.230.620.04
HSL37.35º88.3%66.47%-
HSV(B)37.35º61.63%96.08%-
XYZ57.6656.1918.4-
YUV194.3371.38164.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.49%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 94 (37.11% from 255) = 17.84%
R=46.49%
G=35.67%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451889400.230.620.0437.3588.366.47
HexF5BC5E0173E4255842
Octal36527413602776445130102
Binary1111010110111100101111001011111111010010010110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BC5E; }

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

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

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

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

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

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

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

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