Html Css Color HEX #FDF483 Witch Haze

📋 copy color: '#FDF483'

red 253 ◦ green 244 ◦ blue 131

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

Shades of Witch Haze #FDF483

Tints of Witch Haze #FDF483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 20.86%

R = 40.29%
G = 38.85%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDF483 (or 0xFDF483) is known color: Witch Haze. HEX triplet: FD, F4 and 83. RGB value is (253,244,131). Sum of RGB (Red+Green+Blue) = 253+244+131=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 131 (51.56% from 255 or 20.86% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF483 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF483 is #020B7C. Grayscale: #EAEAEA. Windows color (decimal): -134013 or 8647933. OLE color: 8647933.

HSL color Cylindrical-coordinate representation of color #FDF483: hue angle of 55.57º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDF483 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 244 131 -
CMYK 0 0.04 0.48 0.01
HSL 55.57º 0.97% 0.75% -
HSV(B) 55.57º 0.48% 0.99% -
XYZ 76.96 87.22 34.25 -
YUV 233.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 253 244 131 0 0.04 0.48 0.01 55.57 0.97 0.75
Hex FD F4 83 0 4 30 1 38 61 4B
Octal 375 364 203 0 4 60 1 70 141 113
Binary 11111101 11110100 10000011 0 100 110000 1 111000 1100001 1001011

Color Harmonies of #FDF483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF483

Black with #FDF483

Text Example


Text Example

White with #FDF483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF483; }

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

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

background-color css

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

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

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

border-color css

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

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

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