Html Css Color HEX #FDF780 Witch Haze

📋 copy color: '#FDF780'

red 253 ◦ green 247 ◦ blue 128

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

Shades of Witch Haze #FDF780

Tints of Witch Haze #FDF780

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.33%

 BLUE value IS 128 (50.39% from 255) = 20.38%

R = 40.29%
G = 39.33%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDF780 (or 0xFDF780) is known color: Witch Haze. HEX triplet: FD, F7 and 80. RGB value is (253,247,128). Sum of RGB (Red+Green+Blue) = 253+247+128=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 128 (50.39% from 255 or 20.38% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF780 is #02087F. Grayscale: #EBEBEB. Windows color (decimal): -133248 or 8452093. OLE color: 8452093.

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

Color convert

RGB 253 247 128 -
CMYK 0 0.02 0.49 0.01
HSL 57.12º 0.97% 0.75% -
HSV(B) 57.12º 0.49% 0.99% -
XYZ 77.67 88.96 33.5 -
YUV 235.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 253 247 128 0 0.02 0.49 0.01 57.12 0.97 0.75
Hex FD F7 80 0 2 31 1 39 61 4B
Octal 375 367 200 0 2 61 1 71 141 113
Binary 11111101 11110111 10000000 0 10 110001 1 111001 1100001 1001011

Color Harmonies of #FDF780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF780

Black with #FDF780

Text Example


Text Example

White with #FDF780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF780; }

 p { color: rgb(253,247,128); }

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

background-color css

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

 a { background-color: rgb(253,247,128); }

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

border-color css

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

 span { border-color: rgb(253,247,128); }

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