#F2B14C

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

Shades of Casablanca #F2B14C

Tints of Casablanca #F2B14C

Color information

#F2B14C (or 0xF2B14C) is unknown color: approx Casablanca. HEX triplet: F2, B1 and 4C. RGB value is (242,177,76). Sum of RGB (Red+Green+Blue) = 242+177+76=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B14C is #0D4EB3. Grayscale: #B9B9B9. Windows color (decimal): -872116 or 5026290. OLE color: 5026290.

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

Color convert

RGB24217776-
CMYK00.270.690.05
HSL36.51º86.46%62.35%-
HSV(B)36.51º68.6%94.9%-
XYZ53.6450.8413.82-
YUV184.9266.53168.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 76 (30.08% from 255) = 15.35%
R=48.89%
G=35.76%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421777600.270.690.0536.5186.4662.35
HexF2B14C01B45525563e
Octal36226111403310554512676
Binary1111001010110001100110001101110001011011001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B14C; }

 p { color: rgb(242,177,76); }

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

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

 a { background-color: rgb(242,177,76); }

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

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

 span { border-color: rgb(242,177,76); }

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