#FDFA7C

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

Shades of Witch Haze #FDFA7C

Tints of Witch Haze #FDFA7C

Color information

#FDFA7C (or 0xFDFA7C) is unknown color: approx Witch Haze. HEX triplet: FD, FA and 7C. RGB value is (253,250,124). Sum of RGB (Red+Green+Blue) = 253+250+124=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 124 (48.83% from 255 or 19.78% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFA7C is #020583. Grayscale: #EDEDED. Windows color (decimal): -132484 or 8190717. OLE color: 8190717.

HSL color Cylindrical-coordinate representation of color #FDFA7C: hue angle of 58.6º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDFA7C is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253250124-
CMYK00.010.510.01
HSL58.6º96.99%73.92%-
HSV(B)58.6º50.99%99.22%-
XYZ78.3390.7132.45-
YUV236.5364.49139.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 124 (48.83% from 255) = 19.78%
R=40.35%
G=39.87%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325012400.010.510.0158.696.9973.92
HexFDFA7C013313b614a
Octal3753721740163173141112
Binary1111110111111010111110001110011111101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA7C; }

 p { color: rgb(253,250,124); }

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

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

 a { background-color: rgb(253,250,124); }

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

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

 span { border-color: rgb(253,250,124); }

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