#F2B64D

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

Shades of Casablanca #F2B64D

Tints of Casablanca #F2B64D

Color information

#F2B64D (or 0xF2B64D) is unknown color: approx Casablanca. HEX triplet: F2, B6 and 4D. RGB value is (242,182,77). Sum of RGB (Red+Green+Blue) = 242+182+77=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B64D is #0D49B2. Grayscale: #BCBCBC. Windows color (decimal): -870835 or 5093106. OLE color: 5093106.

HSL color Cylindrical-coordinate representation of color #F2B64D: hue angle of 38.18º 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 #F2B64D is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24218277-
CMYK00.250.680.05
HSL38.18º86.39%62.55%-
HSV(B)38.18º68.18%94.9%-
XYZ54.6952.8714.34-
YUV187.9765.38166.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.30%
GREEN value IS 182 (71.48% from 255) = 36.33%
BLUE value IS 77 (30.47% from 255) = 15.37%
R=48.30%
G=36.33%
B=15.37%

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
Decimal2421827700.250.680.0538.1886.3962.55
HexF2B64D01944526563f
Octal36226611503110454612677
Binary1111001010110110100110101100110001001011001101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B64D; }

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

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

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

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

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

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

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

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