Html Css Color HEX #FDF082 Witch Haze

📋 copy color: '#FDF082'

red 253 ◦ green 240 ◦ blue 130

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

Shades of Witch Haze #FDF082

Tints of Witch Haze #FDF082

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.52%

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

R = 40.61%
G = 38.52%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDF082 (or 0xFDF082) is known color: Witch Haze. HEX triplet: FD, F0 and 82. RGB value is (253,240,130). Sum of RGB (Red+Green+Blue) = 253+240+130=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 130 (51.17% from 255 or 20.87% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF082 is #020F7D. Grayscale: #E7E7E7. Windows color (decimal): -135038 or 8581373. OLE color: 8581373.

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

Color convert

RGB 253 240 130 -
CMYK 0 0.05 0.49 0.01
HSL 53.66º 0.97% 0.75% -
HSV(B) 53.66º 0.49% 0.99% -
XYZ 75.7 84.81 33.5 -
YUV 231.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 253 240 130 0 0.05 0.49 0.01 53.66 0.97 0.75
Hex FD F0 82 0 5 31 1 36 61 4B
Octal 375 360 202 0 5 61 1 66 141 113
Binary 11111101 11110000 10000010 0 101 110001 1 110110 1100001 1001011

Color Harmonies of #FDF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF082

Black with #FDF082

Text Example


Text Example

White with #FDF082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF082; }

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

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

background-color css

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

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

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

border-color css

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

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

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