#F2B951

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

Shades of Casablanca #F2B951

Tints of Casablanca #F2B951

Color information

#F2B951 (or 0xF2B951) is unknown color: approx Casablanca. HEX triplet: F2, B9 and 51. RGB value is (242,185,81). Sum of RGB (Red+Green+Blue) = 242+185+81=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B951 is #0D46AE. Grayscale: #BEBEBE. Windows color (decimal): -870063 or 5356018. OLE color: 5356018.

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

Color convert

RGB24218581-
CMYK00.240.670.05
HSL38.76º86.1%63.33%-
HSV(B)38.76º66.53%94.9%-
XYZ55.4554.1715.32-
YUV190.1966.38164.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.64%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 81 (32.03% from 255) = 15.94%
R=47.64%
G=36.42%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421858100.240.670.0538.7686.163.33
HexF2B95101843527563f
Octal36227112103010354712677
Binary1111001010111001101000101100010000111011001111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B951; }

 p { color: rgb(242,185,81); }

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

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

 a { background-color: rgb(242,185,81); }

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

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

 span { border-color: rgb(242,185,81); }

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