Html Css Color HEX #FDF280 Witch Haze

📋 copy color: '#FDF280'

red 253 ◦ green 242 ◦ blue 128

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

Shades of Witch Haze #FDF280

Tints of Witch Haze #FDF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.84%

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

R = 40.61%
G = 38.84%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDF280 (or 0xFDF280) is known color: Witch Haze. HEX triplet: FD, F2 and 80. RGB value is (253,242,128). Sum of RGB (Red+Green+Blue) = 253+242+128=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 128 (50.39% from 255 or 20.55% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF280 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF280 is #020D7F. Grayscale: #E8E8E8. Windows color (decimal): -134528 or 8450813. OLE color: 8450813.

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

Color convert

RGB 253 242 128 -
CMYK 0 0.04 0.49 0.01
HSL 54.72º 0.97% 0.75% -
HSV(B) 54.72º 0.49% 0.99% -
XYZ 76.16 85.95 33 -
YUV 232.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 253 242 128 0 0.04 0.49 0.01 54.72 0.97 0.75
Hex FD F2 80 0 4 31 1 37 61 4B
Octal 375 362 200 0 4 61 1 67 141 113
Binary 11111101 11110010 10000000 0 100 110001 1 110111 1100001 1001011

Color Harmonies of #FDF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF280

Black with #FDF280

Text Example


Text Example

White with #FDF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF280; }

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

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

background-color css

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

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

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

border-color css

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

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

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