#FDF97B

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

Shades of Witch Haze #FDF97B

Tints of Witch Haze #FDF97B

Color information

#FDF97B (or 0xFDF97B) is unknown color: approx Witch Haze. HEX triplet: FD, F9 and 7B. RGB value is (253,249,123). Sum of RGB (Red+Green+Blue) = 253+249+123=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 123 (48.44% from 255 or 19.68% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF97B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF97B is #020684. Grayscale: #ECECEC. Windows color (decimal): -132741 or 8124925. OLE color: 8124925.

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

Color convert

RGB253249123-
CMYK00.020.510.01
HSL58.15º97.01%73.73%-
HSV(B)58.15º51.38%99.22%-
XYZ77.9690.0632.01-
YUV235.8364.33140.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 249 (97.66% from 255) = 39.84%
BLUE value IS 123 (48.44% from 255) = 19.68%
R=40.48%
G=39.84%
B=19.68%

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
Decimal25324912300.020.510.0158.1597.0173.73
HexFDF97B023313a614a
Octal3753711730263172141112
Binary11111101111110011111011010110011111101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF97B; }

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

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

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

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

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

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

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

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