#FDF377

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

Shades of Witch Haze #FDF377

Tints of Witch Haze #FDF377

Color information

#FDF377 (or 0xFDF377) is unknown color: approx Witch Haze. HEX triplet: FD, F3 and 77. RGB value is (253,243,119). Sum of RGB (Red+Green+Blue) = 253+243+119=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 119 (46.88% from 255 or 19.35% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF377 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF377 is #020C88. Grayscale: #E8E8E8. Windows color (decimal): -134281 or 7861245. OLE color: 7861245.

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

Color convert

RGB253243119-
CMYK00.040.530.01
HSL55.52º97.1%72.94%-
HSV(B)55.52º52.96%99.22%-
XYZ75.8986.3230.11-
YUV231.8564.31143.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 243 (95.31% from 255) = 39.51%
BLUE value IS 119 (46.88% from 255) = 19.35%
R=41.14%
G=39.51%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324311900.040.530.0155.5297.172.94
HexFDF37704351386149
Octal3753631670465170141111
Binary111111011111001111101110100110101111100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF377; }

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

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

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

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

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

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

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

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