#F2B24D

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

Shades of Casablanca #F2B24D

Tints of Casablanca #F2B24D

Color information

#F2B24D (or 0xF2B24D) is unknown color: approx Casablanca. HEX triplet: F2, B2 and 4D. RGB value is (242,178,77). Sum of RGB (Red+Green+Blue) = 242+178+77=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B24D is #0D4DB2. Grayscale: #BABABA. Windows color (decimal): -871859 or 5092082. OLE color: 5092082.

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

Color convert

RGB24217877-
CMYK00.260.680.05
HSL36.73º86.39%62.55%-
HSV(B)36.73º68.18%94.9%-
XYZ53.8851.2514.07-
YUV185.6266.7168.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 77 (30.47% from 255) = 15.49%
R=48.69%
G=35.81%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421787700.260.680.0536.7386.3962.55
HexF2B24D01A44525563f
Octal36226211503210454512677
Binary1111001010110010100110101101010001001011001011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B24D; }

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

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

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

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

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

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

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

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