Html Css Color HEX #FDF080 Witch Haze

📋 copy color: '#FDF080'

red 253 ◦ green 240 ◦ blue 128

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

Shades of Witch Haze #FDF080

Tints of Witch Haze #FDF080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.65%

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

R = 40.74%
G = 38.65%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDF080 (or 0xFDF080) is known color: Witch Haze. HEX triplet: FD, F0 and 80. RGB value is (253,240,128). Sum of RGB (Red+Green+Blue) = 253+240+128=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 128 (50.39% from 255 or 20.61% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF080 is #020F7F. Grayscale: #E7E7E7. Windows color (decimal): -135040 or 8450301. OLE color: 8450301.

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

Color convert

RGB 253 240 128 -
CMYK 0 0.05 0.49 0.01
HSL 53.76º 0.97% 0.75% -
HSV(B) 53.76º 0.49% 0.99% -
XYZ 75.56 84.76 32.8 -
YUV 231.12 69.81 143.61 -
System Red Green Blue C M Y K H S L
Decimal 253 240 128 0 0.05 0.49 0.01 53.76 0.97 0.75
Hex FD F0 80 0 5 31 1 36 61 4B
Octal 375 360 200 0 5 61 1 66 141 113
Binary 11111101 11110000 10000000 0 101 110001 1 110110 1100001 1001011

Color Harmonies of #FDF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF080

Black with #FDF080

Text Example


Text Example

White with #FDF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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