Html Css Color HEX #FDED81 Witch Haze

📋 copy color: '#FDED81'

red 253 ◦ green 237 ◦ blue 129

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

Shades of Witch Haze #FDED81

Tints of Witch Haze #FDED81

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.29%

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

R = 40.87%
G = 38.29%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDED81 (or 0xFDED81) is known color: Witch Haze. HEX triplet: FD, ED and 81. RGB value is (253,237,129). Sum of RGB (Red+Green+Blue) = 253+237+129=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 129 (50.78% from 255 or 20.84% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED81 is #02127E. Grayscale: #E5E5E5. Windows color (decimal): -135807 or 8515069. OLE color: 8515069.

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

Color convert

RGB 253 237 129 -
CMYK 0 0.06 0.49 0.01
HSL 52.26º 0.97% 0.75% -
HSV(B) 52.26º 0.49% 0.99% -
XYZ 74.75 83.04 32.86 -
YUV 229.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 253 237 129 0 0.06 0.49 0.01 52.26 0.97 0.75
Hex FD ED 81 0 6 31 1 34 61 4B
Octal 375 355 201 0 6 61 1 64 141 113
Binary 11111101 11101101 10000001 0 110 110001 1 110100 1100001 1001011

Color Harmonies of #FDED81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED81

Black with #FDED81

Text Example


Text Example

White with #FDED81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED81; }

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

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

background-color css

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

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

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

border-color css

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

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

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