Html Css Color HEX #FDF878 Witch Haze

📋 copy color: '#FDF878'

red 253 ◦ green 248 ◦ blue 120

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

Shades of Witch Haze #FDF878

Tints of Witch Haze #FDF878

RGB

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

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

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

R = 40.74%
G = 39.94%
B = 19.32%

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

#FDF878 (or 0xFDF878) is known color: Witch Haze. HEX triplet: FD, F8 and 78. RGB value is (253,248,120). Sum of RGB (Red+Green+Blue) = 253+248+120=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 120 (47.27% from 255 or 19.32% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF878 is #020787. Grayscale: #EBEBEB. Windows color (decimal): -133000 or 7928061. OLE color: 7928061.

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

Color convert

RGB 253 248 120 -
CMYK 0 0.02 0.53 0.01
HSL 57.74º 0.97% 0.73% -
HSV(B) 57.74º 0.53% 0.99% -
XYZ 77.47 89.37 30.94 -
YUV 234.9 63.16 140.91 -
System Red Green Blue C M Y K H S L
Decimal 253 248 120 0 0.02 0.53 0.01 57.74 0.97 0.73
Hex FD F8 78 0 2 35 1 3A 61 49
Octal 375 370 170 0 2 65 1 72 141 111
Binary 11111101 11111000 1111000 0 10 110101 1 111010 1100001 1001001

Color Harmonies of #FDF878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF878

Black with #FDF878

Text Example


Text Example

White with #FDF878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF878; }

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

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

background-color css

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

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

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

border-color css

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

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

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