#FDF384

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

Shades of Witch Haze #FDF384

Tints of Witch Haze #FDF384

Color information

#FDF384 (or 0xFDF384) is unknown color: approx Witch Haze. HEX triplet: FD, F3 and 84. RGB value is (253,243,132). Sum of RGB (Red+Green+Blue) = 253+243+132=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 132 (51.95% from 255 or 21.02% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF384 is #020C7B. Grayscale: #E9E9E9. Windows color (decimal): -134268 or 8713213. OLE color: 8713213.

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

Color convert

RGB253243132-
CMYK00.040.480.01
HSL55.04º96.8%75.49%-
HSV(B)55.04º47.83%99.22%-
XYZ76.7286.6534.51-
YUV233.3470.81142.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 243 (95.31% from 255) = 38.69%
BLUE value IS 132 (51.95% from 255) = 21.02%
R=40.29%
G=38.69%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324313200.040.480.0155.0496.875.49
HexFDF3840430137614b
Octal3753632040460167141113
Binary1111110111110011100001000100110000111011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF384; }

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

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

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

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

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

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

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

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