#FDF468

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

Shades of Witch Haze #FDF468

Tints of Witch Haze #FDF468

Color information

#FDF468 (or 0xFDF468) is unknown color: approx Witch Haze. HEX triplet: FD, F4 and 68. RGB value is (253,244,104). Sum of RGB (Red+Green+Blue) = 253+244+104=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 104 (41.02% from 255 or 17.30% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF468 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF468 is #020B97. Grayscale: #E7E7E7. Windows color (decimal): -134040 or 6878461. OLE color: 6878461.

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

Color convert

RGB253244104-
CMYK00.040.590.01
HSL56.38º97.39%70%-
HSV(B)56.38º58.89%99.22%-
XYZ75.3686.5825.84-
YUV230.7356.48143.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.10%
GREEN value IS 244 (95.70% from 255) = 40.60%
BLUE value IS 104 (41.02% from 255) = 17.30%
R=42.10%
G=40.60%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324410400.040.590.0156.3897.3970
HexFDF468043B1386146
Octal3753641500473170141106
Binary111111011111010011010000100111011111100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF468; }

 p { color: rgb(253,244,104); }

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

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

 a { background-color: rgb(253,244,104); }

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

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

 span { border-color: rgb(253,244,104); }

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