#FDFF7A

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

Shades of Witch Haze #FDFF7A

Tints of Witch Haze #FDFF7A

Color information

#FDFF7A (or 0xFDFF7A) is unknown color: approx Witch Haze. HEX triplet: FD, FF and 7A. RGB value is (253,255,122). Sum of RGB (Red+Green+Blue) = 253+255+122=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 122 (48.05% from 255 or 19.37% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF7A is #020085. Grayscale: #EFEFEF. Windows color (decimal): -131206 or 8060925. OLE color: 8060925.

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

Color convert

RGB253255122-
CMYK0.0100.520
HSL60.9º100%73.92%-
HSV(B)60.9º52.16%100%-
XYZ79.7893.8132.31-
YUV239.2461.84137.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 122 (48.05% from 255) = 19.37%
R=40.16%
G=40.48%
B=19.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551220.0100.52060.910073.92
HexFDFF7A103403d644a
Octal3753771721064075144112
Binary1111110111111111111101010110100011110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFF7A; }

 p { color: rgb(253,255,122); }

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

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

 a { background-color: rgb(253,255,122); }

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

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

 span { border-color: rgb(253,255,122); }

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