Html Css Color HEX #FDF573 Witch Haze

📋 copy color: '#FDF573'

red 253 ◦ green 245 ◦ blue 115

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

Shades of Witch Haze #FDF573

Tints of Witch Haze #FDF573

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.97%

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

R = 41.27%
G = 39.97%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDF573 (or 0xFDF573) is known color: Witch Haze. HEX triplet: FD, F5 and 73. RGB value is (253,245,115). Sum of RGB (Red+Green+Blue) = 253+245+115=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 115 (45.31% from 255 or 18.76% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF573 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF573 is #020A8C. Grayscale: #E9E9E9. Windows color (decimal): -133773 or 7599613. OLE color: 7599613.

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

Color convert

RGB 253 245 115 -
CMYK 0 0.03 0.55 0.01
HSL 56.52º 0.97% 0.72% -
HSV(B) 56.52º 0.55% 0.99% -
XYZ 76.25 87.43 29.08 -
YUV 232.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 253 245 115 0 0.03 0.55 0.01 56.52 0.97 0.72
Hex FD F5 73 0 3 37 1 39 61 48
Octal 375 365 163 0 3 67 1 71 141 110
Binary 11111101 11110101 1110011 0 11 110111 1 111001 1100001 1001000

Color Harmonies of #FDF573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF573

Black with #FDF573

Text Example


Text Example

White with #FDF573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF573; }

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

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

background-color css

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

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

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

border-color css

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

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

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