Html Css Color HEX #FDF675 Witch Haze

📋 copy color: '#FDF675'

red 253 ◦ green 246 ◦ blue 117

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

Shades of Witch Haze #FDF675

Tints of Witch Haze #FDF675

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.94%

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

R = 41.07%
G = 39.94%
B = 18.99%

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

#FDF675 (or 0xFDF675) is known color: Witch Haze. HEX triplet: FD, F6 and 75. RGB value is (253,246,117). Sum of RGB (Red+Green+Blue) = 253+246+117=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 246 (96.48% from 255 or 39.94% from 616); Blue value is 117 (46.09% from 255 or 18.99% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF675 is #02098A. Grayscale: #E9E9E9. Windows color (decimal): -133515 or 7730941. OLE color: 7730941.

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

Color convert

RGB 253 246 117 -
CMYK 0 0.03 0.54 0.01
HSL 56.91º 0.97% 0.73% -
HSV(B) 56.91º 0.54% 0.99% -
XYZ 76.67 88.08 29.79 -
YUV 233.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 253 246 117 0 0.03 0.54 0.01 56.91 0.97 0.73
Hex FD F6 75 0 3 36 1 39 61 49
Octal 375 366 165 0 3 66 1 71 141 111
Binary 11111101 11110110 1110101 0 11 110110 1 111001 1100001 1001001

Color Harmonies of #FDF675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF675

Black with #FDF675

Text Example


Text Example

White with #FDF675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF675; }

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

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

background-color css

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

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

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

border-color css

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

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

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