Html Css Color HEX #FDF981 Witch Haze

📋 copy color: '#FDF981'

red 253 ◦ green 249 ◦ blue 129

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

Shades of Witch Haze #FDF981

Tints of Witch Haze #FDF981

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.46%

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

R = 40.1%
G = 39.46%
B = 20.44%

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

#FDF981 (or 0xFDF981) is known color: Witch Haze. HEX triplet: FD, F9 and 81. RGB value is (253,249,129). Sum of RGB (Red+Green+Blue) = 253+249+129=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 129 (50.78% from 255 or 20.44% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF981 is #02067E. Grayscale: #EDEDED. Windows color (decimal): -132735 or 8518141. OLE color: 8518141.

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

Color convert

RGB 253 249 129 -
CMYK 0 0.02 0.49 0.01
HSL 58.06º 0.97% 0.75% -
HSV(B) 58.06º 0.49% 0.99% -
XYZ 78.35 90.22 34.05 -
YUV 236.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 253 249 129 0 0.02 0.49 0.01 58.06 0.97 0.75
Hex FD F9 81 0 2 31 1 3A 61 4B
Octal 375 371 201 0 2 61 1 72 141 113
Binary 11111101 11111001 10000001 0 10 110001 1 111010 1100001 1001011

Color Harmonies of #FDF981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF981

Black with #FDF981

Text Example


Text Example

White with #FDF981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF981; }

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

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

background-color css

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

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

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

border-color css

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

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

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