Html Css Color HEX #FDF682 Witch Haze

📋 copy color: '#FDF682'

red 253 ◦ green 246 ◦ blue 130

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

Shades of Witch Haze #FDF682

Tints of Witch Haze #FDF682

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.11%

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

R = 40.22%
G = 39.11%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDF682 (or 0xFDF682) is known color: Witch Haze. HEX triplet: FD, F6 and 82. RGB value is (253,246,130). Sum of RGB (Red+Green+Blue) = 253+246+130=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 130 (51.17% from 255 or 20.67% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF682 is #02097D. Grayscale: #EBEBEB. Windows color (decimal): -133502 or 8582909. OLE color: 8582909.

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

Color convert

RGB 253 246 130 -
CMYK 0 0.03 0.49 0.01
HSL 56.59º 0.97% 0.75% -
HSV(B) 56.59º 0.49% 0.99% -
XYZ 77.49 88.41 34.1 -
YUV 234.87 68.82 140.93 -
System Red Green Blue C M Y K H S L
Decimal 253 246 130 0 0.03 0.49 0.01 56.59 0.97 0.75
Hex FD F6 82 0 3 31 1 39 61 4B
Octal 375 366 202 0 3 61 1 71 141 113
Binary 11111101 11110110 10000010 0 11 110001 1 111001 1100001 1001011

Color Harmonies of #FDF682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF682

Black with #FDF682

Text Example


Text Example

White with #FDF682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF682; }

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

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

background-color css

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

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

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

border-color css

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

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

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