#f2a74f

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

Shades of Casablanca #F2A74F

Tints of Casablanca #F2A74F

Color information

#F2A74F (or 0xF2A74F) is unknown color: approx Casablanca. HEX triplet: F2, A7 and 4F. RGB value is (242,167,79). Sum of RGB (Red+Green+Blue) = 242+167+79=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A74F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A74F is #0D58B0. Grayscale: #B3B3B3. Windows color (decimal): -874673 or 5220338. OLE color: 5220338.

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

Color convert

RGB24216779-
CMYK00.310.670.05
HSL32.39º86.24%62.94%-
HSV(B)32.39º67.36%94.9%-
XYZ51.8547.0813.75-
YUV179.3971.35172.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.59%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 79 (31.25% from 255) = 16.19%
R=49.59%
G=34.22%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421677900.310.670.0532.3986.2462.94
HexF2A74F01F43520563f
Octal36224711703710354012677
Binary1111001010100111100111101111110000111011000001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2a74f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2a74f; }

 p { color: rgb(242,167,79); }

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

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

 a { background-color: rgb(242,167,79); }

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

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

 span { border-color: rgb(242,167,79); }

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