Html Css Color HEX #FDF282 Witch Haze

📋 copy color: '#FDF282'

red 253 ◦ green 242 ◦ blue 130

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

Shades of Witch Haze #FDF282

Tints of Witch Haze #FDF282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 20.8%

R = 40.48%
G = 38.72%
B = 20.8%

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

#FDF282 (or 0xFDF282) is known color: Witch Haze. HEX triplet: FD, F2 and 82. RGB value is (253,242,130). Sum of RGB (Red+Green+Blue) = 253+242+130=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 130 (51.17% from 255 or 20.8% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF282 is #020D7D. Grayscale: #E8E8E8. Windows color (decimal): -134526 or 8581885. OLE color: 8581885.

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

Color convert

RGB 253 242 130 -
CMYK 0 0.04 0.49 0.01
HSL 54.63º 0.97% 0.75% -
HSV(B) 54.63º 0.49% 0.99% -
XYZ 76.29 86 33.7 -
YUV 232.52 70.14 142.61 -
System Red Green Blue C M Y K H S L
Decimal 253 242 130 0 0.04 0.49 0.01 54.63 0.97 0.75
Hex FD F2 82 0 4 31 1 37 61 4B
Octal 375 362 202 0 4 61 1 67 141 113
Binary 11111101 11110010 10000010 0 100 110001 1 110111 1100001 1001011

Color Harmonies of #FDF282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF282

Black with #FDF282

Text Example


Text Example

White with #FDF282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF282; }

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

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

background-color css

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

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

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

border-color css

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

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

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