Html Css Color HEX #FDF572 Witch Haze

📋 copy color: '#FDF572'

red 253 ◦ green 245 ◦ blue 114

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

Shades of Witch Haze #FDF572

Tints of Witch Haze #FDF572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 18.63%

R = 41.34%
G = 40.03%
B = 18.63%

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

#FDF572 (or 0xFDF572) is known color: Witch Haze. HEX triplet: FD, F5 and 72. RGB value is (253,245,114). Sum of RGB (Red+Green+Blue) = 253+245+114=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 114 (44.92% from 255 or 18.63% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF572 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF572 is #020A8D. Grayscale: #E8E8E8. Windows color (decimal): -133774 or 7534077. OLE color: 7534077.

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

Color convert

RGB 253 245 114 -
CMYK 0 0.03 0.55 0.01
HSL 56.55º 0.97% 0.72% -
HSV(B) 56.55º 0.55% 0.99% -
XYZ 76.2 87.4 28.77 -
YUV 232.46 61.15 142.65 -
System Red Green Blue C M Y K H S L
Decimal 253 245 114 0 0.03 0.55 0.01 56.55 0.97 0.72
Hex FD F5 72 0 3 37 1 39 61 48
Octal 375 365 162 0 3 67 1 71 141 110
Binary 11111101 11110101 1110010 0 11 110111 1 111001 1100001 1001000

Color Harmonies of #FDF572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF572

Black with #FDF572

Text Example


Text Example

White with #FDF572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF572; }

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

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

background-color css

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

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

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

border-color css

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

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

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