#F2A74D

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

Shades of Casablanca #F2A74D

Tints of Casablanca #F2A74D

Color information

#F2A74D (or 0xF2A74D) is unknown color: approx Casablanca. HEX triplet: F2, A7 and 4D. RGB value is (242,167,77). Sum of RGB (Red+Green+Blue) = 242+167+77=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A74D is #0D58B2. Grayscale: #B3B3B3. Windows color (decimal): -874675 or 5089266. OLE color: 5089266.

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

Color convert

RGB24216777-
CMYK00.310.680.05
HSL32.73º86.39%62.55%-
HSV(B)32.73º68.18%94.9%-
XYZ51.7847.0513.37-
YUV179.1670.35172.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 167 (65.62% from 255) = 34.36%
BLUE value IS 77 (30.47% from 255) = 15.84%
R=49.79%
G=34.36%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421677700.310.680.0532.7386.3962.55
HexF2A74D01F44521563f
Octal36224711503710454112677
Binary1111001010100111100110101111110001001011000011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A74D; }

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

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

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

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

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

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

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

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