#F2B75A

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

Shades of Casablanca #F2B75A

Tints of Casablanca #F2B75A

Color information

#F2B75A (or 0xF2B75A) is unknown color: approx Casablanca. HEX triplet: F2, B7 and 5A. RGB value is (242,183,90). Sum of RGB (Red+Green+Blue) = 242+183+90=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B75A is #0D48A5. Grayscale: #BEBEBE. Windows color (decimal): -870566 or 5945330. OLE color: 5945330.

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

Color convert

RGB24218390-
CMYK00.240.630.05
HSL36.71º85.39%65.1%-
HSV(B)36.71º62.81%94.9%-
XYZ55.453.4817.08-
YUV190.0471.55165.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 183 (71.88% from 255) = 35.53%
BLUE value IS 90 (35.55% from 255) = 17.48%
R=46.99%
G=35.53%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421839000.240.630.0536.7185.3965.1
HexF2B75A0183F5255541
Octal36226713203077545125101
Binary1111001010110111101101001100011111110110010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B75A; }

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

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

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

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

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

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

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

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