#F5B34B

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

Shades of Casablanca #F5B34B

Tints of Casablanca #F5B34B

Color information

#F5B34B (or 0xF5B34B) is unknown color: approx Casablanca. HEX triplet: F5, B3 and 4B. RGB value is (245,179,75). Sum of RGB (Red+Green+Blue) = 245+179+75=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B34B is #0A4CB4. Grayscale: #BBBBBB. Windows color (decimal): -674997 or 4961269. OLE color: 4961269.

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

Color convert

RGB24517975-
CMYK00.270.690.04
HSL36.71º89.47%62.75%-
HSV(B)36.71º69.39%96.08%-
XYZ55.0552.1613.82-
YUV186.8864.87169.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.10%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 75 (29.69% from 255) = 15.03%
R=49.10%
G=35.87%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451797500.270.690.0436.7189.4762.75
HexF5B34B01B45425593f
Octal36526311303310544513177
Binary1111010110110011100101101101110001011001001011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B34B; }

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

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

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

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

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

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

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

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