Html Css Color HEX #FDF482 Witch Haze

📋 copy color: '#FDF482'

red 253 ◦ green 244 ◦ blue 130

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

Shades of Witch Haze #FDF482

Tints of Witch Haze #FDF482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.92%

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

R = 40.35%
G = 38.92%
B = 20.73%

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

#FDF482 (or 0xFDF482) is known color: Witch Haze. HEX triplet: FD, F4 and 82. RGB value is (253,244,130). Sum of RGB (Red+Green+Blue) = 253+244+130=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 130 (51.17% from 255 or 20.73% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF482 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF482 is #020B7D. Grayscale: #EAEAEA. Windows color (decimal): -134014 or 8582397. OLE color: 8582397.

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

Color convert

RGB 253 244 130 -
CMYK 0 0.04 0.49 0.01
HSL 55.61º 0.97% 0.75% -
HSV(B) 55.61º 0.49% 0.99% -
XYZ 76.89 87.2 33.9 -
YUV 233.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 253 244 130 0 0.04 0.49 0.01 55.61 0.97 0.75
Hex FD F4 82 0 4 31 1 38 61 4B
Octal 375 364 202 0 4 61 1 70 141 113
Binary 11111101 11110100 10000010 0 100 110001 1 111000 1100001 1001011

Color Harmonies of #FDF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF482

Black with #FDF482

Text Example


Text Example

White with #FDF482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF482; }

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

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

background-color css

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

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

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

border-color css

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

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

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