#F2B65F

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

Shades of Casablanca #F2B65F

Tints of Casablanca #F2B65F

Color information

#F2B65F (or 0xF2B65F) is unknown color: approx Casablanca. HEX triplet: F2, B6 and 5F. RGB value is (242,182,95). Sum of RGB (Red+Green+Blue) = 242+182+95=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B65F is #0D49A0. Grayscale: #BEBEBE. Windows color (decimal): -870817 or 6272754. OLE color: 6272754.

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

Color convert

RGB24218295-
CMYK00.250.610.05
HSL35.51º84.97%66.08%-
HSV(B)35.51º60.74%94.9%-
XYZ55.4153.1618.17-
YUV190.0274.38165.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.63%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 95 (37.5% from 255) = 18.30%
R=46.63%
G=35.07%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421829500.250.610.0535.5184.9766.08
HexF2B65F0193D5245542
Octal36226613703175544125102
Binary1111001010110110101111101100111110110110010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B65F; }

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

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

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

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

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

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

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

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