Html Css Color HEX #FCF26B Witch Haze

📋 copy color: '#FCF26B'

red 252 ◦ green 242 ◦ blue 107

#FCF26B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Witch Haze #FCF26B

Tints of Witch Haze #FCF26B

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.8%

R = 41.93%
G = 40.27%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCF26B (or 0xFCF26B) is known color: 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

RGB 252 242 107 -
CMYK 0 0.04 0.58 0.01
HSL 55.86º 0.96% 0.7% -
HSV(B) 55.86º 0.58% 0.99% -
XYZ 74.55 85.26 26.44 -
YUV 229.6 58.81 143.98 -
System Red Green Blue C M Y K H S L
Decimal 252 242 107 0 0.04 0.58 0.01 55.86 0.96 0.7
Hex FC F2 6B 0 4 3A 1 38 60 46
Octal 374 362 153 0 4 72 1 70 140 106
Binary 11111100 11110010 1101011 0 100 111010 1 111000 1100000 1000110

Color Harmonies of #FCF26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF26B

Black with #FCF26B

Text Example


Text Example

White with #FCF26B

Text Example


Text Example

HTML Codes & Css Web 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>