#FDF381

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

Shades of Witch Haze #FDF381

Tints of Witch Haze #FDF381

Color information

#FDF381 (or 0xFDF381) is unknown color: approx Witch Haze. HEX triplet: FD, F3 and 81. RGB value is (253,243,129). Sum of RGB (Red+Green+Blue) = 253+243+129=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 129 (50.78% from 255 or 20.64% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF381 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF381 is #020C7E. Grayscale: #E9E9E9. Windows color (decimal): -134271 or 8516605. OLE color: 8516605.

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

Color convert

RGB253243129-
CMYK00.040.490.01
HSL55.16º96.88%74.9%-
HSV(B)55.16º49.01%99.22%-
XYZ76.5286.5733.45-
YUV232.9969.31142.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 243 (95.31% from 255) = 38.88%
BLUE value IS 129 (50.78% from 255) = 20.64%
R=40.48%
G=38.88%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324312900.040.490.0155.1696.8874.9
HexFDF3810431137614b
Octal3753632010461167141113
Binary1111110111110011100000010100110001111011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF381; }

 p { color: rgb(253,243,129); }

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

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

 a { background-color: rgb(253,243,129); }

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

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

 span { border-color: rgb(253,243,129); }

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