Html Css Color HEX #FDF971 Witch Haze

📋 copy color: '#FDF971'

red 253 ◦ green 249 ◦ blue 113

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

Shades of Witch Haze #FDF971

Tints of Witch Haze #FDF971

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.49%

 BLUE value IS 113 (44.53% from 255) = 18.37%

R = 41.14%
G = 40.49%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDF971 (or 0xFDF971) is known color: Witch Haze. HEX triplet: FD, F9 and 71. RGB value is (253,249,113). Sum of RGB (Red+Green+Blue) = 253+249+113=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 113 (44.53% from 255 or 18.37% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF971 is #02068E. Grayscale: #EBEBEB. Windows color (decimal): -132751 or 7469565. OLE color: 7469565.

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

Color convert

RGB 253 249 113 -
CMYK 0 0.02 0.55 0.01
HSL 58.29º 0.97% 0.72% -
HSV(B) 58.29º 0.55% 0.99% -
XYZ 77.36 89.83 28.88 -
YUV 234.69 59.33 141.06 -
System Red Green Blue C M Y K H S L
Decimal 253 249 113 0 0.02 0.55 0.01 58.29 0.97 0.72
Hex FD F9 71 0 2 37 1 3A 61 48
Octal 375 371 161 0 2 67 1 72 141 110
Binary 11111101 11111001 1110001 0 10 110111 1 111010 1100001 1001000

Color Harmonies of #FDF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF971

Black with #FDF971

Text Example


Text Example

White with #FDF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF971; }

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

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

background-color css

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

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

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

border-color css

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

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

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