Html Css Color HEX #FDF978 Witch Haze

📋 copy color: '#FDF978'

red 253 ◦ green 249 ◦ blue 120

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

Shades of Witch Haze #FDF978

Tints of Witch Haze #FDF978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 19.29%

R = 40.68%
G = 40.03%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDF978 (or 0xFDF978) is known color: Witch Haze. HEX triplet: FD, F9 and 78. RGB value is (253,249,120). Sum of RGB (Red+Green+Blue) = 253+249+120=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 120 (47.27% from 255 or 19.29% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF978 is #020687. Grayscale: #ECECEC. Windows color (decimal): -132744 or 7928317. OLE color: 7928317.

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

Color convert

RGB 253 249 120 -
CMYK 0 0.02 0.53 0.01
HSL 58.2º 0.97% 0.73% -
HSV(B) 58.2º 0.53% 0.99% -
XYZ 77.77 89.99 31.04 -
YUV 235.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 253 249 120 0 0.02 0.53 0.01 58.2 0.97 0.73
Hex FD F9 78 0 2 35 1 3A 61 49
Octal 375 371 170 0 2 65 1 72 141 111
Binary 11111101 11111001 1111000 0 10 110101 1 111010 1100001 1001001

Color Harmonies of #FDF978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF978

Black with #FDF978

Text Example


Text Example

White with #FDF978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF978; }

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

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

background-color css

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

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

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

border-color css

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

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

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