#F5B154

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

Shades of Casablanca #F5B154

Tints of Casablanca #F5B154

Color information

#F5B154 (or 0xF5B154) is unknown color: approx Casablanca. HEX triplet: F5, B1 and 54. RGB value is (245,177,84). Sum of RGB (Red+Green+Blue) = 245+177+84=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B154 is #0A4EAB. Grayscale: #BBBBBB. Windows color (decimal): -675500 or 5550581. OLE color: 5550581.

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

Color convert

RGB24517784-
CMYK00.280.660.04
HSL34.66º88.95%64.51%-
HSV(B)34.66º65.71%96.08%-
XYZ54.9851.515.43-
YUV186.7370.03169.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.42%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 84 (33.20% from 255) = 16.60%
R=48.42%
G=34.98%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451778400.280.660.0434.6688.9564.51
HexF5B15401C424235941
Octal365261124034102443131101
Binary11110101101100011010100011100100001010010001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B154; }

 p { color: rgb(245,177,84); }

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

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

 a { background-color: rgb(245,177,84); }

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

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

 span { border-color: rgb(245,177,84); }

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