#F2B54D

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

Shades of Casablanca #F2B54D

Tints of Casablanca #F2B54D

Color information

#F2B54D (or 0xF2B54D) is unknown color: approx Casablanca. HEX triplet: F2, B5 and 4D. RGB value is (242,181,77). Sum of RGB (Red+Green+Blue) = 242+181+77=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B54D is #0D4AB2. Grayscale: #BBBBBB. Windows color (decimal): -871091 or 5092850. OLE color: 5092850.

HSL color Cylindrical-coordinate representation of color #F2B54D: hue angle of 37.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2B54D is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24218177-
CMYK00.250.680.05
HSL37.82º86.39%62.55%-
HSV(B)37.82º68.18%94.9%-
XYZ54.4852.4614.28-
YUV187.3865.71166.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.4%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 77 (30.47% from 255) = 15.4%
R=48.4%
G=36.2%
B=15.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421817700.250.680.0537.8286.3962.55
HexF2B54D01944526563f
Octal36226511503110454612677
Binary1111001010110101100110101100110001001011001101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B54D; }

 p { color: rgb(242,181,77); }

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

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

 a { background-color: rgb(242,181,77); }

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

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

 span { border-color: rgb(242,181,77); }

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