Html Css Color HEX #FDF473 Witch Haze

📋 copy color: '#FDF473'

red 253 ◦ green 244 ◦ blue 115

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

Shades of Witch Haze #FDF473

Tints of Witch Haze #FDF473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 18.79%

R = 41.34%
G = 39.87%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDF473 (or 0xFDF473) is known color: Witch Haze. HEX triplet: FD, F4 and 73. RGB value is (253,244,115). Sum of RGB (Red+Green+Blue) = 253+244+115=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 115 (45.31% from 255 or 18.79% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF473 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF473 is #020B8C. Grayscale: #E8E8E8. Windows color (decimal): -134029 or 7599357. OLE color: 7599357.

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

Color convert

RGB 253 244 115 -
CMYK 0 0.04 0.55 0.01
HSL 56.09º 0.97% 0.72% -
HSV(B) 56.09º 0.55% 0.99% -
XYZ 75.95 86.82 28.97 -
YUV 231.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 253 244 115 0 0.04 0.55 0.01 56.09 0.97 0.72
Hex FD F4 73 0 4 37 1 38 61 48
Octal 375 364 163 0 4 67 1 70 141 110
Binary 11111101 11110100 1110011 0 100 110111 1 111000 1100001 1001000

Color Harmonies of #FDF473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF473

Black with #FDF473

Text Example


Text Example

White with #FDF473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF473; }

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

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

background-color css

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

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

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

border-color css

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

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

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