#F2A94C

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

Shades of Casablanca #F2A94C

Tints of Casablanca #F2A94C

Color information

#F2A94C (or 0xF2A94C) is unknown color: approx Casablanca. HEX triplet: F2, A9 and 4C. RGB value is (242,169,76). Sum of RGB (Red+Green+Blue) = 242+169+76=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A94C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A94C is #0D56B3. Grayscale: #B4B4B4. Windows color (decimal): -874164 or 5024242. OLE color: 5024242.

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

Color convert

RGB24216976-
CMYK00.300.690.05
HSL33.61º86.46%62.35%-
HSV(B)33.61º68.6%94.9%-
XYZ52.1147.7713.31-
YUV180.2269.18172.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 76 (30.08% from 255) = 15.61%
R=49.69%
G=34.70%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421697600.300.690.0533.6186.4662.35
HexF2A94C01E45522563e
Octal36225111403610554212676
Binary1111001010101001100110001111010001011011000101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A94C; }

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

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

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

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

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

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

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

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