Html Css Color HEX #FDF283 Witch Haze

📋 copy color: '#FDF283'

red 253 ◦ green 242 ◦ blue 131

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

Shades of Witch Haze #FDF283

Tints of Witch Haze #FDF283

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.66%

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

R = 40.42%
G = 38.66%
B = 20.93%

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

#FDF283 (or 0xFDF283) is known color: Witch Haze. HEX triplet: FD, F2 and 83. RGB value is (253,242,131). Sum of RGB (Red+Green+Blue) = 253+242+131=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 131 (51.56% from 255 or 20.93% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF283 is #020D7C. Grayscale: #E9E9E9. Windows color (decimal): -134525 or 8647421. OLE color: 8647421.

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

Color convert

RGB 253 242 131 -
CMYK 0 0.04 0.48 0.01
HSL 54.59º 0.97% 0.75% -
HSV(B) 54.59º 0.48% 0.99% -
XYZ 76.36 86.03 34.05 -
YUV 232.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 253 242 131 0 0.04 0.48 0.01 54.59 0.97 0.75
Hex FD F2 83 0 4 30 1 37 61 4B
Octal 375 362 203 0 4 60 1 67 141 113
Binary 11111101 11110010 10000011 0 100 110000 1 110111 1100001 1001011

Color Harmonies of #FDF283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF283

Black with #FDF283

Text Example


Text Example

White with #FDF283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF283; }

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

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

background-color css

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

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

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

border-color css

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

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

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