#F2B45A

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

Shades of Casablanca #F2B45A

Tints of Casablanca #F2B45A

Color information

#F2B45A (or 0xF2B45A) is unknown color: approx Casablanca. HEX triplet: F2, B4 and 5A. RGB value is (242,180,90). Sum of RGB (Red+Green+Blue) = 242+180+90=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B45A is #0D4BA5. Grayscale: #BCBCBC. Windows color (decimal): -871334 or 5944562. OLE color: 5944562.

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

Color convert

RGB24218090-
CMYK00.260.630.05
HSL35.53º85.39%65.1%-
HSV(B)35.53º62.81%94.9%-
XYZ54.7852.2616.87-
YUV188.2872.54166.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 90 (35.55% from 255) = 17.58%
R=47.27%
G=35.16%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421809000.260.630.0535.5385.3965.1
HexF2B45A01A3F5245541
Octal36226413203277544125101
Binary1111001010110100101101001101011111110110010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B45A; }

 p { color: rgb(242,180,90); }

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

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

 a { background-color: rgb(242,180,90); }

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

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

 span { border-color: rgb(242,180,90); }

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