Html Css Color HEX #FDF571 Witch Haze

📋 copy color: '#FDF571'

red 253 ◦ green 245 ◦ blue 113

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

Shades of Witch Haze #FDF571

Tints of Witch Haze #FDF571

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.1%

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

R = 41.41%
G = 40.1%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDF571 (or 0xFDF571) is known color: Witch Haze. HEX triplet: FD, F5 and 71. RGB value is (253,245,113). Sum of RGB (Red+Green+Blue) = 253+245+113=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 113 (44.53% from 255 or 18.49% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF571 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF571 is #020A8E. Grayscale: #E8E8E8. Windows color (decimal): -133775 or 7468541. OLE color: 7468541.

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

Color convert

RGB 253 245 113 -
CMYK 0 0.03 0.55 0.01
HSL 56.57º 0.97% 0.72% -
HSV(B) 56.57º 0.55% 0.99% -
XYZ 76.14 87.38 28.48 -
YUV 232.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 253 245 113 0 0.03 0.55 0.01 56.57 0.97 0.72
Hex FD F5 71 0 3 37 1 39 61 48
Octal 375 365 161 0 3 67 1 71 141 110
Binary 11111101 11110101 1110001 0 11 110111 1 111001 1100001 1001000

Color Harmonies of #FDF571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF571

Black with #FDF571

Text Example


Text Example

White with #FDF571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF571; }

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

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

background-color css

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

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

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

border-color css

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

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

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