Html Css Color HEX #FDF671 Witch Haze

📋 copy color: '#FDF671'

red 253 ◦ green 246 ◦ blue 113

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

Shades of Witch Haze #FDF671

Tints of Witch Haze #FDF671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 18.46%

R = 41.34%
G = 40.2%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDF671 (or 0xFDF671) is known color: Witch Haze. HEX triplet: FD, F6 and 71. RGB value is (253,246,113). Sum of RGB (Red+Green+Blue) = 253+246+113=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 113 (44.53% from 255 or 18.46% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF671 is #02098E. Grayscale: #E9E9E9. Windows color (decimal): -133519 or 7468797. OLE color: 7468797.

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

Color convert

RGB 253 246 113 -
CMYK 0 0.03 0.55 0.01
HSL 57º 0.97% 0.72% -
HSV(B) 57º 0.55% 0.99% -
XYZ 76.44 87.99 28.58 -
YUV 232.93 60.32 142.31 -
System Red Green Blue C M Y K H S L
Decimal 253 246 113 0 0.03 0.55 0.01 57 0.97 0.72
Hex FD F6 71 0 3 37 1 39 61 48
Octal 375 366 161 0 3 67 1 71 141 110
Binary 11111101 11110110 1110001 0 11 110111 1 111001 1100001 1001000

Color Harmonies of #FDF671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF671

Black with #FDF671

Text Example


Text Example

White with #FDF671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF671; }

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

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

background-color css

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

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

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

border-color css

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

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

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