Html Css Color HEX #FDF175 Witch Haze

📋 copy color: '#FDF175'

red 253 ◦ green 241 ◦ blue 117

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

Shades of Witch Haze #FDF175

Tints of Witch Haze #FDF175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.44%

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

R = 41.41%
G = 39.44%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FDF175 (or 0xFDF175) is known color: Witch Haze. HEX triplet: FD, F1 and 75. RGB value is (253,241,117). Sum of RGB (Red+Green+Blue) = 253+241+117=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 117 (46.09% from 255 or 19.15% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF175 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF175 is #020E8A. Grayscale: #E6E6E6. Windows color (decimal): -134795 or 7729661. OLE color: 7729661.

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

Color convert

RGB 253 241 117 -
CMYK 0 0.05 0.54 0.01
HSL 54.71º 0.97% 0.73% -
HSV(B) 54.71º 0.54% 0.99% -
XYZ 75.17 85.08 29.29 -
YUV 230.45 63.98 144.08 -
System Red Green Blue C M Y K H S L
Decimal 253 241 117 0 0.05 0.54 0.01 54.71 0.97 0.73
Hex FD F1 75 0 5 36 1 37 61 49
Octal 375 361 165 0 5 66 1 67 141 111
Binary 11111101 11110001 1110101 0 101 110110 1 110111 1100001 1001001

Color Harmonies of #FDF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF175

Black with #FDF175

Text Example


Text Example

White with #FDF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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