Html Css Color HEX #FDF974 Witch Haze

📋 copy color: '#FDF974'

red 253 ◦ green 249 ◦ blue 116

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

Shades of Witch Haze #FDF974

Tints of Witch Haze #FDF974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 18.77%

R = 40.94%
G = 40.29%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDF974 (or 0xFDF974) is known color: Witch Haze. HEX triplet: FD, F9 and 74. RGB value is (253,249,116). Sum of RGB (Red+Green+Blue) = 253+249+116=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 116 (45.70% from 255 or 18.77% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF974 is #02068B. Grayscale: #EBEBEB. Windows color (decimal): -132748 or 7666173. OLE color: 7666173.

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

Color convert

RGB 253 249 116 -
CMYK 0 0.02 0.54 0.01
HSL 58.25º 0.97% 0.72% -
HSV(B) 58.25º 0.54% 0.99% -
XYZ 77.54 89.89 29.79 -
YUV 235.03 60.83 140.81 -
System Red Green Blue C M Y K H S L
Decimal 253 249 116 0 0.02 0.54 0.01 58.25 0.97 0.72
Hex FD F9 74 0 2 36 1 3A 61 48
Octal 375 371 164 0 2 66 1 72 141 110
Binary 11111101 11111001 1110100 0 10 110110 1 111010 1100001 1001000

Color Harmonies of #FDF974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF974

Black with #FDF974

Text Example


Text Example

White with #FDF974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF974; }

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

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

background-color css

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

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

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

border-color css

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

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

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