Html Css Color HEX #FDF481 Witch Haze

📋 copy color: '#FDF481'

red 253 ◦ green 244 ◦ blue 129

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

Shades of Witch Haze #FDF481

Tints of Witch Haze #FDF481

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.98%

 BLUE value IS 129 (50.78% from 255) = 20.61%

R = 40.42%
G = 38.98%
B = 20.61%

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

#FDF481 (or 0xFDF481) is known color: Witch Haze. HEX triplet: FD, F4 and 81. RGB value is (253,244,129). Sum of RGB (Red+Green+Blue) = 253+244+129=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 244 (95.70% from 255 or 38.98% from 626); Blue value is 129 (50.78% from 255 or 20.61% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF481 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF481 is #020B7E. Grayscale: #EAEAEA. Windows color (decimal): -134015 or 8516861. OLE color: 8516861.

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

Color convert

RGB 253 244 129 -
CMYK 0 0.04 0.49 0.01
HSL 55.65º 0.97% 0.75% -
HSV(B) 55.65º 0.49% 0.99% -
XYZ 76.82 87.17 33.55 -
YUV 233.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 253 244 129 0 0.04 0.49 0.01 55.65 0.97 0.75
Hex FD F4 81 0 4 31 1 38 61 4B
Octal 375 364 201 0 4 61 1 70 141 113
Binary 11111101 11110100 10000001 0 100 110001 1 111000 1100001 1001011

Color Harmonies of #FDF481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF481

Black with #FDF481

Text Example


Text Example

White with #FDF481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF481; }

 p { color: rgb(253,244,129); }

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

background-color css

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

 a { background-color: rgb(253,244,129); }

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

border-color css

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

 span { border-color: rgb(253,244,129); }

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