#FDF078

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

Shades of Witch Haze #FDF078

Tints of Witch Haze #FDF078

Color information

#FDF078 (or 0xFDF078) is unknown color: approx Witch Haze. HEX triplet: FD, F0 and 78. RGB value is (253,240,120). Sum of RGB (Red+Green+Blue) = 253+240+120=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 120 (47.27% from 255 or 19.58% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF078 is #020F87. Grayscale: #E6E6E6. Windows color (decimal): -135048 or 7926013. OLE color: 7926013.

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

Color convert

RGB253240120-
CMYK00.050.530.01
HSL54.14º97.08%73.14%-
HSV(B)54.14º52.57%99.22%-
XYZ75.0684.5630.13-
YUV230.2165.81144.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 240 (94.14% from 255) = 39.15%
BLUE value IS 120 (47.27% from 255) = 19.58%
R=41.27%
G=39.15%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324012000.050.530.0154.1497.0873.14
HexFDF07805351366149
Octal3753601700565166141111
Binary111111011111000011110000101110101111011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF078; }

 p { color: rgb(253,240,120); }

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

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

 a { background-color: rgb(253,240,120); }

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

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

 span { border-color: rgb(253,240,120); }

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