#F0B54B

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

Shades of Casablanca #F0B54B

Tints of Casablanca #F0B54B

Color information

#F0B54B (or 0xF0B54B) is unknown color: approx Casablanca. HEX triplet: F0, B5 and 4B. RGB value is (240,181,75). Sum of RGB (Red+Green+Blue) = 240+181+75=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B54B is #0F4AB4. Grayscale: #BBBBBB. Windows color (decimal): -1002165 or 4961776. OLE color: 4961776.

HSL color Cylindrical-coordinate representation of color #F0B54B: hue angle of 38.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0B54B is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB24018175-
CMYK00.250.690.06
HSL38.55º84.62%61.76%-
HSV(B)38.55º68.75%94.12%-
XYZ53.7352.0813.88-
YUV186.5665.05166.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.39%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 75 (29.69% from 255) = 15.12%
R=48.39%
G=36.49%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401817500.250.690.0638.5584.6261.76
HexF0B54B01945627553e
Octal36026511303110564712576
Binary1111000010110101100101101100110001011101001111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B54B; }

 p { color: rgb(240,181,75); }

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

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

 a { background-color: rgb(240,181,75); }

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

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

 span { border-color: rgb(240,181,75); }

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