Html Css Color HEX #FDF382 Witch Haze

📋 copy color: '#FDF382'

red 253 ◦ green 243 ◦ blue 130

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

Shades of Witch Haze #FDF382

Tints of Witch Haze #FDF382

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.82%

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

R = 40.42%
G = 38.82%
B = 20.77%

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

#FDF382 (or 0xFDF382) is known color: Witch Haze. HEX triplet: FD, F3 and 82. RGB value is (253,243,130). Sum of RGB (Red+Green+Blue) = 253+243+130=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 130 (51.17% from 255 or 20.77% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF382 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF382 is #020C7D. Grayscale: #E9E9E9. Windows color (decimal): -134270 or 8582141. OLE color: 8582141.

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

Color convert

RGB 253 243 130 -
CMYK 0 0.04 0.49 0.01
HSL 55.12º 0.97% 0.75% -
HSV(B) 55.12º 0.49% 0.99% -
XYZ 76.59 86.6 33.8 -
YUV 233.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 253 243 130 0 0.04 0.49 0.01 55.12 0.97 0.75
Hex FD F3 82 0 4 31 1 37 61 4B
Octal 375 363 202 0 4 61 1 67 141 113
Binary 11111101 11110011 10000010 0 100 110001 1 110111 1100001 1001011

Color Harmonies of #FDF382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF382

Black with #FDF382

Text Example


Text Example

White with #FDF382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF382; }

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

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

background-color css

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

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

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

border-color css

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

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

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