#FDF97D

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

Shades of Witch Haze #FDF97D

Tints of Witch Haze #FDF97D

Color information

#FDF97D (or 0xFDF97D) is unknown color: approx Witch Haze. HEX triplet: FD, F9 and 7D. RGB value is (253,249,125). Sum of RGB (Red+Green+Blue) = 253+249+125=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 125 (49.22% from 255 or 19.94% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF97D is #020682. Grayscale: #ECECEC. Windows color (decimal): -132739 or 8255997. OLE color: 8255997.

HSL color Cylindrical-coordinate representation of color #FDF97D: hue angle of 58.12º 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 #FDF97D is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253249125-
CMYK00.020.510.01
HSL58.12º96.97%74.12%-
HSV(B)58.12º50.59%99.22%-
XYZ78.0990.1132.68-
YUV236.0665.33140.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 249 (97.66% from 255) = 39.71%
BLUE value IS 125 (49.22% from 255) = 19.94%
R=40.35%
G=39.71%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324912500.020.510.0158.1296.9774.12
HexFDF97D023313a614a
Octal3753711750263172141112
Binary11111101111110011111101010110011111101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF97D; }

 p { color: rgb(253,249,125); }

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

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

 a { background-color: rgb(253,249,125); }

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

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

 span { border-color: rgb(253,249,125); }

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