#FCF975

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

Shades of Witch Haze #FCF975

Tints of Witch Haze #FCF975

Color information

#FCF975 (or 0xFCF975) is unknown color: approx Witch Haze. HEX triplet: FC, F9 and 75. RGB value is (252,249,117). Sum of RGB (Red+Green+Blue) = 252+249+117=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 117 (46.09% from 255 or 18.93% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF975 is #03068A. Grayscale: #EBEBEB. Windows color (decimal): -198283 or 7731708. OLE color: 7731708.

HSL color Cylindrical-coordinate representation of color #FCF975: hue angle of 58.67º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCF975 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252249117-
CMYK00.010.540.01
HSL58.67º95.74%72.35%-
HSV(B)58.67º53.57%98.82%-
XYZ77.2389.7330.08-
YUV234.8561.49140.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 249 (97.66% from 255) = 40.29%
BLUE value IS 117 (46.09% from 255) = 18.93%
R=40.78%
G=40.29%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224911700.010.540.0158.6795.7472.35
HexFCF975013613b6048
Octal3743711650166173140110
Binary1111110011111001111010101110110111101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF975; }

 p { color: rgb(252,249,117); }

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

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

 a { background-color: rgb(252,249,117); }

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

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

 span { border-color: rgb(252,249,117); }

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