#FFFC7A

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

Shades of Witch Haze #FFFC7A

Tints of Witch Haze #FFFC7A

Color information

#FFFC7A (or 0xFFFC7A) is unknown color: approx Witch Haze. HEX triplet: FF, FC and 7A. RGB value is (255,252,122). Sum of RGB (Red+Green+Blue) = 255+252+122=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 122 (48.05% from 255 or 19.40% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC7A is #000385. Grayscale: #EEEEEE. Windows color (decimal): -902 or 8060159. OLE color: 8060159.

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

Color convert

RGB255252122-
CMYK00.010.520
HSL58.65º100%73.92%-
HSV(B)58.65º52.16%100%-
XYZ79.5692.2932.03-
YUV238.0862.49140.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 252 (98.83% from 255) = 40.06%
BLUE value IS 122 (48.05% from 255) = 19.40%
R=40.54%
G=40.06%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525212200.010.52058.6510073.92
HexFFFC7A013403b644a
Octal3773741720164073144112
Binary1111111111111100111101001110100011101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFC7A; }

 p { color: rgb(255,252,122); }

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

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

 a { background-color: rgb(255,252,122); }

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

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

 span { border-color: rgb(255,252,122); }

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