Html Css Color HEX #FDF281 Witch Haze

📋 copy color: '#FDF281'

red 253 ◦ green 242 ◦ blue 129

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

Shades of Witch Haze #FDF281

Tints of Witch Haze #FDF281

RGB

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

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

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

R = 40.54%
G = 38.78%
B = 20.67%

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

#FDF281 (or 0xFDF281) is known color: Witch Haze. HEX triplet: FD, F2 and 81. RGB value is (253,242,129). Sum of RGB (Red+Green+Blue) = 253+242+129=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 129 (50.78% from 255 or 20.67% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF281 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF281 is #020D7E. Grayscale: #E8E8E8. Windows color (decimal): -134527 or 8516349. OLE color: 8516349.

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

Color convert

RGB 253 242 129 -
CMYK 0 0.04 0.49 0.01
HSL 54.68º 0.97% 0.75% -
HSV(B) 54.68º 0.49% 0.99% -
XYZ 76.22 85.97 33.35 -
YUV 232.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 253 242 129 0 0.04 0.49 0.01 54.68 0.97 0.75
Hex FD F2 81 0 4 31 1 37 61 4B
Octal 375 362 201 0 4 61 1 67 141 113
Binary 11111101 11110010 10000001 0 100 110001 1 110111 1100001 1001011

Color Harmonies of #FDF281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF281

Black with #FDF281

Text Example


Text Example

White with #FDF281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF281; }

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

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

background-color css

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

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

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

border-color css

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

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

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