#F5B34E

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

Shades of Casablanca #F5B34E

Tints of Casablanca #F5B34E

Color information

#F5B34E (or 0xF5B34E) is unknown color: approx Casablanca. HEX triplet: F5, B3 and 4E. RGB value is (245,179,78). Sum of RGB (Red+Green+Blue) = 245+179+78=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B34E is #0A4CB1. Grayscale: #BBBBBB. Windows color (decimal): -674994 or 5157877. OLE color: 5157877.

HSL color Cylindrical-coordinate representation of color #F5B34E: hue angle of 36.29º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5B34E is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24517978-
CMYK00.270.680.04
HSL36.29º89.3%63.33%-
HSV(B)36.29º68.16%96.08%-
XYZ55.1552.214.38-
YUV187.2266.37169.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.80%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 78 (30.86% from 255) = 15.54%
R=48.80%
G=35.66%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451797800.270.680.0436.2989.363.33
HexF5B34E01B44424593f
Octal36526311603310444413177
Binary1111010110110011100111001101110001001001001001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B34E; }

 p { color: rgb(245,179,78); }

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

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

 a { background-color: rgb(245,179,78); }

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

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

 span { border-color: rgb(245,179,78); }

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