Html Css Color HEX #FDFF7A Witch Haze

📋 copy color: '#FDFF7A'

red 253 ◦ green 255 ◦ blue 122

#FDFF7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Witch Haze #FDFF7A

Tints of Witch Haze #FDFF7A

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 value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FDFF7A (or 0xFDFF7A) is known color: 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

RGB 253 255 122 -
CMYK 0.01 0 0.52 0
HSL 60.9º 1% 0.74% -
HSV(B) 60.9º 0.52% 1% -
XYZ 79.78 93.81 32.31 -
YUV 239.24 61.84 137.81 -
System Red Green Blue C M Y K H S L
Decimal 253 255 122 0.01 0 0.52 0 60.9 1 0.74
Hex FD FF 7A 1 0 34 0 3D 64 4A
Octal 375 377 172 1 0 64 0 75 144 112
Binary 11111101 11111111 1111010 1 0 110100 0 111101 1100100 1001010

Color Harmonies of #FDFF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF7A

Black with #FDFF7A

Text Example


Text Example

White with #FDFF7A

Text Example


Text Example

HTML Codes & Css Web 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>