#F2B34E

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

Shades of Casablanca #F2B34E

Tints of Casablanca #F2B34E

Color information

#F2B34E (or 0xF2B34E) is unknown color: approx Casablanca. HEX triplet: F2, B3 and 4E. RGB value is (242,179,78). Sum of RGB (Red+Green+Blue) = 242+179+78=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B34E is #0D4CB1. Grayscale: #BABABA. Windows color (decimal): -871602 or 5157874. OLE color: 5157874.

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

Color convert

RGB24217978-
CMYK00.260.680.05
HSL36.95º86.32%62.75%-
HSV(B)36.95º67.77%94.9%-
XYZ54.1151.6714.33-
YUV186.3266.87167.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.50%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 78 (30.86% from 255) = 15.63%
R=48.50%
G=35.87%
B=15.63%

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
Decimal2421797800.260.680.0536.9586.3262.75
HexF2B34E01A44525563f
Octal36226311603210454512677
Binary1111001010110011100111001101010001001011001011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B34E; }

 p { color: rgb(242,179,78); }

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

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

 a { background-color: rgb(242,179,78); }

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

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

 span { border-color: rgb(242,179,78); }

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