Html Css Color HEX #FDFD7A Witch Haze

📋 copy color: '#FDFD7A'

red 253 ◦ green 253 ◦ blue 122

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

Shades of Witch Haze #FDFD7A

Tints of Witch Haze #FDFD7A

RGB

 RED value IS 253 (99.22% from 255) = 40.29%

 GREEN value IS 253 (99.22% from 255) = 40.29%

 BLUE value IS 122 (48.05% from 255) = 19.43%

R = 40.29%
G = 40.29%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDFD7A (or 0xFDFD7A) is known color: Witch Haze. HEX triplet: FD, FD and 7A. RGB value is (253,253,122). Sum of RGB (Red+Green+Blue) = 253+253+122=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 122 (48.05% from 255 or 19.43% from 628); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFD7A is #020285. Grayscale: #EEEEEE. Windows color (decimal): -131718 or 8060413. OLE color: 8060413.

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

Color convert

RGB 253 253 122 -
CMYK 0 0 0.52 0.01
HSL 60º 0.97% 0.74% -
HSV(B) 60º 0.52% 0.99% -
XYZ 79.15 92.54 32.1 -
YUV 238.07 62.5 138.65 -
System Red Green Blue C M Y K H S L
Decimal 253 253 122 0 0 0.52 0.01 60 0.97 0.74
Hex FD FD 7A 0 0 34 1 3C 61 4A
Octal 375 375 172 0 0 64 1 74 141 112
Binary 11111101 11111101 1111010 0 0 110100 1 111100 1100001 1001010

Color Harmonies of #FDFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFD7A

Black with #FDFD7A

Text Example


Text Example

White with #FDFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFD7A; }

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

 H1.HeaderClassName
 {
   color: #FDFD7A;
 }
 .AnyTagClassName
 {
   color: #FDFD7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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