#FDF27D

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

Shades of Witch Haze #FDF27D

Tints of Witch Haze #FDF27D

Color information

#FDF27D (or 0xFDF27D) is unknown color: approx Witch Haze. HEX triplet: FD, F2 and 7D. RGB value is (253,242,125). Sum of RGB (Red+Green+Blue) = 253+242+125=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 125 (49.22% from 255 or 20.16% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF27D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF27D is #020D82. Grayscale: #E8E8E8. Windows color (decimal): -134531 or 8254205. OLE color: 8254205.

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

Color convert

RGB253242125-
CMYK00.040.510.01
HSL54.84º96.97%74.12%-
HSV(B)54.84º50.59%99.22%-
XYZ75.9685.8731.97-
YUV231.9567.64143.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 242 (94.92% from 255) = 39.03%
BLUE value IS 125 (49.22% from 255) = 20.16%
R=40.81%
G=39.03%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324212500.040.510.0154.8496.9774.12
HexFDF27D0433137614a
Octal3753621750463167141112
Binary111111011111001011111010100110011111011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF27D; }

 p { color: rgb(253,242,125); }

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

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

 a { background-color: rgb(253,242,125); }

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

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

 span { border-color: rgb(253,242,125); }

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