#FFFC7B

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

Shades of Witch Haze #FFFC7B

Tints of Witch Haze #FFFC7B

Color information

#FFFC7B (or 0xFFFC7B) is unknown color: approx Witch Haze. HEX triplet: FF, FC and 7B. RGB value is (255,252,123). Sum of RGB (Red+Green+Blue) = 255+252+123=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 123 (48.44% from 255 or 19.52% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC7B is #000384. Grayscale: #EEEEEE. Windows color (decimal): -901 or 8125695. OLE color: 8125695.

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

Color convert

RGB255252123-
CMYK00.010.520
HSL58.64º100%74.12%-
HSV(B)58.64º51.76%100%-
XYZ79.6392.3132.36-
YUV238.1962.99139.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 123 (48.44% from 255) = 19.52%
R=40.48%
G=40%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525212300.010.52058.6410074.12
HexFFFC7B013403b644a
Octal3773741730164073144112
Binary1111111111111100111101101110100011101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFC7B; }

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

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

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

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

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

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

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

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