#F2AD4C

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

Shades of Casablanca #F2AD4C

Tints of Casablanca #F2AD4C

Color information

#F2AD4C (or 0xF2AD4C) is unknown color: approx Casablanca. HEX triplet: F2, AD and 4C. RGB value is (242,173,76). Sum of RGB (Red+Green+Blue) = 242+173+76=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD4C is #0D52B3. Grayscale: #B7B7B7. Windows color (decimal): -873140 or 5025266. OLE color: 5025266.

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

Color convert

RGB24217376-
CMYK00.290.690.05
HSL35.06º86.46%62.35%-
HSV(B)35.06º68.6%94.9%-
XYZ52.8749.2913.56-
YUV182.5767.86170.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 76 (30.08% from 255) = 15.48%
R=49.29%
G=35.23%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421737600.290.690.0535.0686.4662.35
HexF2AD4C01D45523563e
Octal36225511403510554312676
Binary1111001010101101100110001110110001011011000111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AD4C; }

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

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

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

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

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

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

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

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