Html Css Color HEX #FDF972 Witch Haze

📋 copy color: '#FDF972'

red 253 ◦ green 249 ◦ blue 114

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

Shades of Witch Haze #FDF972

Tints of Witch Haze #FDF972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 18.51%

R = 41.07%
G = 40.42%
B = 18.51%

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

#FDF972 (or 0xFDF972) is known color: Witch Haze. HEX triplet: FD, F9 and 72. RGB value is (253,249,114). Sum of RGB (Red+Green+Blue) = 253+249+114=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 249 (97.66% from 255 or 40.42% from 616); Blue value is 114 (44.92% from 255 or 18.51% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF972 is #02068D. Grayscale: #EBEBEB. Windows color (decimal): -132750 or 7535101. OLE color: 7535101.

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

Color convert

RGB 253 249 114 -
CMYK 0 0.02 0.55 0.01
HSL 58.27º 0.97% 0.72% -
HSV(B) 58.27º 0.55% 0.99% -
XYZ 77.42 89.85 29.18 -
YUV 234.81 59.83 140.98 -
System Red Green Blue C M Y K H S L
Decimal 253 249 114 0 0.02 0.55 0.01 58.27 0.97 0.72
Hex FD F9 72 0 2 37 1 3A 61 48
Octal 375 371 162 0 2 67 1 72 141 110
Binary 11111101 11111001 1110010 0 10 110111 1 111010 1100001 1001000

Color Harmonies of #FDF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF972

Black with #FDF972

Text Example


Text Example

White with #FDF972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF972; }

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

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

background-color css

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

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

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

border-color css

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

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

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