#FCF26B

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

Shades of Witch Haze #FCF26B

Tints of Witch Haze #FCF26B

Color information

#FCF26B (or 0xFCF26B) is unknown color: approx Witch Haze. HEX triplet: FC, F2 and 6B. RGB value is (252,242,107). Sum of RGB (Red+Green+Blue) = 252+242+107=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 107 (42.19% from 255 or 17.80% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF26B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF26B is #030D94. Grayscale: #E6E6E6. Windows color (decimal): -200085 or 7074556. OLE color: 7074556.

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

Color convert

RGB252242107-
CMYK00.040.580.01
HSL55.86º96.03%70.39%-
HSV(B)55.86º57.54%98.82%-
XYZ74.5585.2626.44-
YUV229.658.81143.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 107 (42.19% from 255) = 17.80%
R=41.93%
G=40.27%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224210700.040.580.0155.8696.0370.39
HexFCF26B043A1386046
Octal3743621530472170140106
Binary111111001111001011010110100111010111100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF26B; }

 p { color: rgb(252,242,107); }

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

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

 a { background-color: rgb(252,242,107); }

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

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

 span { border-color: rgb(252,242,107); }

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