Html Css Color HEX #FDF77D Witch Haze

📋 copy color: '#FDF77D'

red 253 ◦ green 247 ◦ blue 125

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

Shades of Witch Haze #FDF77D

Tints of Witch Haze #FDF77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.52%

 BLUE value IS 125 (49.22% from 255) = 20%

R = 40.48%
G = 39.52%
B = 20%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDF77D (or 0xFDF77D) is known color: Witch Haze. HEX triplet: FD, F7 and 7D. RGB value is (253,247,125). Sum of RGB (Red+Green+Blue) = 253+247+125=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 125 (49.22% from 255 or 20% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF77D is #020882. Grayscale: #EBEBEB. Windows color (decimal): -133251 or 8255485. OLE color: 8255485.

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

Color convert

RGB 253 247 125 -
CMYK 0 0.02 0.51 0.01
HSL 57.19º 0.97% 0.74% -
HSV(B) 57.19º 0.51% 0.99% -
XYZ 77.47 88.88 32.48 -
YUV 234.89 65.99 140.92 -
System Red Green Blue C M Y K H S L
Decimal 253 247 125 0 0.02 0.51 0.01 57.19 0.97 0.74
Hex FD F7 7D 0 2 33 1 39 61 4A
Octal 375 367 175 0 2 63 1 71 141 112
Binary 11111101 11110111 1111101 0 10 110011 1 111001 1100001 1001010

Color Harmonies of #FDF77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF77D

Black with #FDF77D

Text Example


Text Example

White with #FDF77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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