Html Css Color HEX #FDF875 Witch Haze

📋 copy color: '#FDF875'

red 253 ◦ green 248 ◦ blue 117

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

Shades of Witch Haze #FDF875

Tints of Witch Haze #FDF875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.13%

 BLUE value IS 117 (46.09% from 255) = 18.93%

R = 40.94%
G = 40.13%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDF875 (or 0xFDF875) is known color: Witch Haze. HEX triplet: FD, F8 and 75. RGB value is (253,248,117). Sum of RGB (Red+Green+Blue) = 253+248+117=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 117 (46.09% from 255 or 18.93% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF875 is #02078A. Grayscale: #EBEBEB. Windows color (decimal): -133003 or 7731453. OLE color: 7731453.

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

Color convert

RGB 253 248 117 -
CMYK 0 0.02 0.54 0.01
HSL 57.79º 0.97% 0.73% -
HSV(B) 57.79º 0.54% 0.99% -
XYZ 77.29 89.3 29.99 -
YUV 234.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 253 248 117 0 0.02 0.54 0.01 57.79 0.97 0.73
Hex FD F8 75 0 2 36 1 3A 61 49
Octal 375 370 165 0 2 66 1 72 141 111
Binary 11111101 11111000 1110101 0 10 110110 1 111010 1100001 1001001

Color Harmonies of #FDF875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF875

Black with #FDF875

Text Example


Text Example

White with #FDF875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF875; }

 p { color: rgb(253,248,117); }

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

background-color css

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

 a { background-color: rgb(253,248,117); }

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

border-color css

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

 span { border-color: rgb(253,248,117); }

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