#F2B75F

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

Shades of Casablanca #F2B75F

Tints of Casablanca #F2B75F

Color information

#F2B75F (or 0xF2B75F) is unknown color: approx Casablanca. HEX triplet: F2, B7 and 5F. RGB value is (242,183,95). Sum of RGB (Red+Green+Blue) = 242+183+95=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B75F is #0D48A0. Grayscale: #BFBFBF. Windows color (decimal): -870561 or 6273010. OLE color: 6273010.

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

Color convert

RGB24218395-
CMYK00.240.610.05
HSL35.92º84.97%66.08%-
HSV(B)35.92º60.74%94.9%-
XYZ55.6253.5718.24-
YUV190.6174.05164.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 183 (71.88% from 255) = 35.19%
BLUE value IS 95 (37.5% from 255) = 18.27%
R=46.54%
G=35.19%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421839500.240.610.0535.9284.9766.08
HexF2B75F0183D5245542
Octal36226713703075544125102
Binary1111001010110111101111101100011110110110010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B75F; }

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

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

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

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

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

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

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

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