Html Css Color HEX #FDF574 Witch Haze

📋 copy color: '#FDF574'

red 253 ◦ green 245 ◦ blue 116

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

Shades of Witch Haze #FDF574

Tints of Witch Haze #FDF574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 18.89%

R = 41.21%
G = 39.9%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDF574 (or 0xFDF574) is known color: Witch Haze. HEX triplet: FD, F5 and 74. RGB value is (253,245,116). Sum of RGB (Red+Green+Blue) = 253+245+116=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 116 (45.70% from 255 or 18.89% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF574 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF574 is #020A8B. Grayscale: #E9E9E9. Windows color (decimal): -133772 or 7665149. OLE color: 7665149.

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

Color convert

RGB 253 245 116 -
CMYK 0 0.03 0.54 0.01
HSL 56.5º 0.97% 0.72% -
HSV(B) 56.5º 0.54% 0.99% -
XYZ 76.31 87.45 29.38 -
YUV 232.69 62.15 142.49 -
System Red Green Blue C M Y K H S L
Decimal 253 245 116 0 0.03 0.54 0.01 56.5 0.97 0.72
Hex FD F5 74 0 3 36 1 38 61 48
Octal 375 365 164 0 3 66 1 70 141 110
Binary 11111101 11110101 1110100 0 11 110110 1 111000 1100001 1001000

Color Harmonies of #FDF574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF574

Black with #FDF574

Text Example


Text Example

White with #FDF574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF574; }

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

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

background-color css

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

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

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

border-color css

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

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

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