#F2DC7C

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

Shades of Buff #F2DC7C

Tints of Buff #F2DC7C

Color information

#F2DC7C (or 0xF2DC7C) is unknown color: approx Buff. HEX triplet: F2, DC and 7C. RGB value is (242,220,124). Sum of RGB (Red+Green+Blue) = 242+220+124=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC7C is #0D2383. Grayscale: #D8D8D8. Windows color (decimal): -861060 or 8183026. OLE color: 8183026.

HSL color Cylindrical-coordinate representation of color #F2DC7C: hue angle of 48.81º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2DC7C is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242220124-
CMYK00.090.490.05
HSL48.81º81.94%71.76%-
HSV(B)48.81º48.76%94.9%-
XYZ65.8571.5229.4-
YUV215.6376.29146.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.30%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 124 (48.83% from 255) = 21.16%
R=41.30%
G=37.54%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222012400.090.490.0548.8181.9471.76
HexF2DC7C09315315248
Octal36233417401161561122110
Binary111100101101110011111000100111000110111000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC7C; }

 p { color: rgb(242,220,124); }

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

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

 a { background-color: rgb(242,220,124); }

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

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

 span { border-color: rgb(242,220,124); }

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