Html Css Color HEX #FCF06B Witch Haze

📋 copy color: '#FCF06B'

red 252 ◦ green 240 ◦ blue 107

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

Shades of Witch Haze #FCF06B

Tints of Witch Haze #FCF06B

RGB

 RED value IS 252 (98.83% from 255) = 42.07%

 GREEN value IS 240 (94.14% from 255) = 40.07%

 BLUE value IS 107 (42.19% from 255) = 17.86%

R = 42.07%
G = 40.07%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCF06B (or 0xFCF06B) is known color: Witch Haze. HEX triplet: FC, F0 and 6B. RGB value is (252,240,107). Sum of RGB (Red+Green+Blue) = 252+240+107=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 107 (42.19% from 255 or 17.86% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF06B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF06B is #030F94. Grayscale: #E4E4E4. Windows color (decimal): -200597 or 7074044. OLE color: 7074044.

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

Color convert

RGB 252 240 107 -
CMYK 0 0.05 0.58 0.01
HSL 55.03º 0.96% 0.7% -
HSV(B) 55.03º 0.58% 0.99% -
XYZ 73.96 84.08 26.24 -
YUV 228.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 252 240 107 0 0.05 0.58 0.01 55.03 0.96 0.7
Hex FC F0 6B 0 5 3A 1 37 60 46
Octal 374 360 153 0 5 72 1 67 140 106
Binary 11111100 11110000 1101011 0 101 111010 1 110111 1100000 1000110

Color Harmonies of #FCF06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF06B

Black with #FCF06B

Text Example


Text Example

White with #FCF06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF06B; }

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

 H1.HeaderClassName
 {
   color: #FCF06B;
 }
 .AnyTagClassName
 {
   color: #FCF06B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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