#F2B34A

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

Shades of Casablanca #F2B34A

Tints of Casablanca #F2B34A

Color information

#F2B34A (or 0xF2B34A) is unknown color: approx Casablanca. HEX triplet: F2, B3 and 4A. RGB value is (242,179,74). Sum of RGB (Red+Green+Blue) = 242+179+74=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B34A is #0D4CB5. Grayscale: #BABABA. Windows color (decimal): -871606 or 4895730. OLE color: 4895730.

HSL color Cylindrical-coordinate representation of color #F2B34A: hue angle of 37.5º degrees, saturation: 0.87, 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 #F2B34A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24217974-
CMYK00.260.690.05
HSL37.5º86.6%61.96%-
HSV(B)37.5º69.42%94.9%-
XYZ53.9751.6113.6-
YUV185.8764.87168.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 74 (29.30% from 255) = 14.95%
R=48.89%
G=36.16%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421797400.260.690.0537.586.661.96
HexF2B34A01A45526573e
Octal36226311203210554612776
Binary1111001010110011100101001101010001011011001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B34A; }

 p { color: rgb(242,179,74); }

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

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

 a { background-color: rgb(242,179,74); }

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

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

 span { border-color: rgb(242,179,74); }

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