Html Css Color HEX #FDF771 Witch Haze

📋 copy color: '#FDF771'

red 253 ◦ green 247 ◦ blue 113

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

Shades of Witch Haze #FDF771

Tints of Witch Haze #FDF771

RGB

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

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

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

R = 41.27%
G = 40.29%
B = 18.43%

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

#FDF771 (or 0xFDF771) is known color: Witch Haze. HEX triplet: FD, F7 and 71. RGB value is (253,247,113). Sum of RGB (Red+Green+Blue) = 253+247+113=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 113 (44.53% from 255 or 18.43% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF771 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF771 is #02088E. Grayscale: #EAEAEA. Windows color (decimal): -133263 or 7469053. OLE color: 7469053.

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

Color convert

RGB 253 247 113 -
CMYK 0 0.02 0.55 0.01
HSL 57.43º 0.97% 0.72% -
HSV(B) 57.43º 0.55% 0.99% -
XYZ 76.75 88.6 28.68 -
YUV 233.52 59.99 141.9 -
System Red Green Blue C M Y K H S L
Decimal 253 247 113 0 0.02 0.55 0.01 57.43 0.97 0.72
Hex FD F7 71 0 2 37 1 39 61 48
Octal 375 367 161 0 2 67 1 71 141 110
Binary 11111101 11110111 1110001 0 10 110111 1 111001 1100001 1001000

Color Harmonies of #FDF771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF771

Black with #FDF771

Text Example


Text Example

White with #FDF771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF771; }

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

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

background-color css

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

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

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

border-color css

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

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

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