Html Css Color HEX #FDF57D Witch Haze

📋 copy color: '#FDF57D'

red 253 ◦ green 245 ◦ blue 125

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

Shades of Witch Haze #FDF57D

Tints of Witch Haze #FDF57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.06%

R = 40.61%
G = 39.33%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDF57D (or 0xFDF57D) is known color: Witch Haze. HEX triplet: FD, F5 and 7D. RGB value is (253,245,125). Sum of RGB (Red+Green+Blue) = 253+245+125=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 125 (49.22% from 255 or 20.06% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF57D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF57D is #020A82. Grayscale: #EAEAEA. Windows color (decimal): -133763 or 8254973. OLE color: 8254973.

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

Color convert

RGB 253 245 125 -
CMYK 0 0.03 0.51 0.01
HSL 56.25º 0.97% 0.74% -
HSV(B) 56.25º 0.51% 0.99% -
XYZ 76.86 87.67 32.27 -
YUV 233.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 253 245 125 0 0.03 0.51 0.01 56.25 0.97 0.74
Hex FD F5 7D 0 3 33 1 38 61 4A
Octal 375 365 175 0 3 63 1 70 141 112
Binary 11111101 11110101 1111101 0 11 110011 1 111000 1100001 1001010

Color Harmonies of #FDF57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF57D

Black with #FDF57D

Text Example


Text Example

White with #FDF57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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