#FCF380

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

Shades of Witch Haze #FCF380

Tints of Witch Haze #FCF380

Color information

#FCF380 (or 0xFCF380) is unknown color: approx Witch Haze. HEX triplet: FC, F3 and 80. RGB value is (252,243,128). Sum of RGB (Red+Green+Blue) = 252+243+128=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 128 (50.39% from 255 or 20.55% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF380 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF380 is #030C7F. Grayscale: #E9E9E9. Windows color (decimal): -199808 or 8451068. OLE color: 8451068.

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

Color convert

RGB252243128-
CMYK00.040.490.01
HSL55.65º95.38%74.51%-
HSV(B)55.65º49.21%98.82%-
XYZ76.0986.3633.08-
YUV232.5868.98141.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 243 (95.31% from 255) = 39.00%
BLUE value IS 128 (50.39% from 255) = 20.55%
R=40.45%
G=39.00%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224312800.040.490.0155.6595.3874.51
HexFCF38004311385f4b
Octal3743632000461170137113
Binary1111110011110011100000000100110001111100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF380; }

 p { color: rgb(252,243,128); }

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

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

 a { background-color: rgb(252,243,128); }

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

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

 span { border-color: rgb(252,243,128); }

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