#FDF680

Color #FDF680 Witch Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Witch Haze #FDF680

Tints of Witch Haze #FDF680

Color information

#FDF680 (or 0xFDF680) is unknown color: approx Witch Haze. HEX triplet: FD, F6 and 80. RGB value is (253,246,128). Sum of RGB (Red+Green+Blue) = 253+246+128=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 128 (50.39% from 255 or 20.41% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF680 is #02097F. Grayscale: #EBEBEB. Windows color (decimal): -133504 or 8451837. OLE color: 8451837.

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

Color convert

RGB253246128-
CMYK00.030.490.01
HSL56.64º96.9%74.71%-
HSV(B)56.64º49.41%99.22%-
XYZ77.3688.3533.4-
YUV234.6467.82141.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 246 (96.48% from 255) = 39.23%
BLUE value IS 128 (50.39% from 255) = 20.41%
R=40.35%
G=39.23%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324612800.030.490.0156.6496.974.71
HexFDF6800331139614b
Octal3753662000361171141113
Binary111111011111011010000000011110001111100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF680; }

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

 H1.HeaderClassName
 {
   color: #FDF680;
 }
 .AnyTagClassName
 {
   color: #FDF680;
 }
</style>
background-color css

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

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

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

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

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

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