Html Css Color HEX #FDED6D Witch Haze

📋 copy color: '#FDED6D'

red 253 ◦ green 237 ◦ blue 109

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

Shades of Witch Haze #FDED6D

Tints of Witch Haze #FDED6D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.57%

 BLUE value IS 109 (42.97% from 255) = 18.2%

R = 42.24%
G = 39.57%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDED6D (or 0xFDED6D) is known color: Witch Haze. HEX triplet: FD, ED and 6D. RGB value is (253,237,109). Sum of RGB (Red+Green+Blue) = 253+237+109=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 109 (42.97% from 255 or 18.20% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED6D is #021292. Grayscale: #E3E3E3. Windows color (decimal): -135827 or 7204349. OLE color: 7204349.

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

Color convert

RGB 253 237 109 -
CMYK 0 0.06 0.57 0.01
HSL 53.33º 0.97% 0.71% -
HSV(B) 53.33º 0.57% 0.99% -
XYZ 73.55 82.56 26.53 -
YUV 227.19 61.3 146.41 -
System Red Green Blue C M Y K H S L
Decimal 253 237 109 0 0.06 0.57 0.01 53.33 0.97 0.71
Hex FD ED 6D 0 6 39 1 35 61 47
Octal 375 355 155 0 6 71 1 65 141 107
Binary 11111101 11101101 1101101 0 110 111001 1 110101 1100001 1000111

Color Harmonies of #FDED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED6D

Black with #FDED6D

Text Example


Text Example

White with #FDED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED6D; }

 p { color: rgb(253,237,109); }

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

background-color css

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

 a { background-color: rgb(253,237,109); }

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

border-color css

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

 span { border-color: rgb(253,237,109); }

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