#FDF07C

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

Shades of Witch Haze #FDF07C

Tints of Witch Haze #FDF07C

Color information

#FDF07C (or 0xFDF07C) is unknown color: approx Witch Haze. HEX triplet: FD, F0 and 7C. RGB value is (253,240,124). Sum of RGB (Red+Green+Blue) = 253+240+124=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 124 (48.83% from 255 or 20.10% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF07C is #020F83. Grayscale: #E7E7E7. Windows color (decimal): -135044 or 8188157. OLE color: 8188157.

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

Color convert

RGB253240124-
CMYK00.050.510.01
HSL53.95º96.99%73.92%-
HSV(B)53.95º50.99%99.22%-
XYZ75.3184.6631.44-
YUV230.6667.81143.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.00%
GREEN value IS 240 (94.14% from 255) = 38.90%
BLUE value IS 124 (48.83% from 255) = 20.10%
R=41.00%
G=38.90%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324012400.050.510.0153.9596.9973.92
HexFDF07C0533136614a
Octal3753601740563166141112
Binary111111011111000011111000101110011111011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF07C; }

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

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

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

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

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

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

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

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