Html Css Color HEX #FDF874 Witch Haze

📋 copy color: '#FDF874'

red 253 ◦ green 248 ◦ blue 116

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

Shades of Witch Haze #FDF874

Tints of Witch Haze #FDF874

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.19%

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

R = 41%
G = 40.19%
B = 18.8%

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

#FDF874 (or 0xFDF874) is known color: Witch Haze. HEX triplet: FD, F8 and 74. RGB value is (253,248,116). Sum of RGB (Red+Green+Blue) = 253+248+116=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 248 (97.27% from 255 or 40.19% from 617); Blue value is 116 (45.70% from 255 or 18.80% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF874 is #02078B. Grayscale: #EAEAEA. Windows color (decimal): -133004 or 7665917. OLE color: 7665917.

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

Color convert

RGB 253 248 116 -
CMYK 0 0.02 0.54 0.01
HSL 57.81º 0.97% 0.72% -
HSV(B) 57.81º 0.54% 0.99% -
XYZ 77.23 89.28 29.69 -
YUV 234.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 253 248 116 0 0.02 0.54 0.01 57.81 0.97 0.72
Hex FD F8 74 0 2 36 1 3A 61 48
Octal 375 370 164 0 2 66 1 72 141 110
Binary 11111101 11111000 1110100 0 10 110110 1 111010 1100001 1001000

Color Harmonies of #FDF874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF874

Black with #FDF874

Text Example


Text Example

White with #FDF874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF874; }

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

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

background-color css

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

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

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

border-color css

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

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

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