Html Css Color HEX #FDED7A Witch Haze

📋 copy color: '#FDED7A'

red 253 ◦ green 237 ◦ blue 122

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

Shades of Witch Haze #FDED7A

Tints of Witch Haze #FDED7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 19.93%

R = 41.34%
G = 38.73%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDED7A (or 0xFDED7A) is known color: Witch Haze. HEX triplet: FD, ED and 7A. RGB value is (253,237,122). Sum of RGB (Red+Green+Blue) = 253+237+122=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 122 (48.05% from 255 or 19.93% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDED7A is #021285. Grayscale: #E5E5E5. Windows color (decimal): -135814 or 8056317. OLE color: 8056317.

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

Color convert

RGB 253 237 122 -
CMYK 0 0.06 0.52 0.01
HSL 52.67º 0.97% 0.74% -
HSV(B) 52.67º 0.52% 0.99% -
XYZ 74.31 82.86 30.49 -
YUV 228.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 253 237 122 0 0.06 0.52 0.01 52.67 0.97 0.74
Hex FD ED 7A 0 6 34 1 35 61 4A
Octal 375 355 172 0 6 64 1 65 141 112
Binary 11111101 11101101 1111010 0 110 110100 1 110101 1100001 1001010

Color Harmonies of #FDED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED7A

Black with #FDED7A

Text Example


Text Example

White with #FDED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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