Html Css Color HEX #FCF770 Witch Haze

📋 copy color: '#FCF770'

red 252 ◦ green 247 ◦ blue 112

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

Shades of Witch Haze #FCF770

Tints of Witch Haze #FCF770

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.43%

 BLUE value IS 112 (44.14% from 255) = 18.33%

R = 41.24%
G = 40.43%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCF770 (or 0xFCF770) is known color: Witch Haze. HEX triplet: FC, F7 and 70. RGB value is (252,247,112). Sum of RGB (Red+Green+Blue) = 252+247+112=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 112 (44.14% from 255 or 18.33% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF770 is #03088F. Grayscale: #E9E9E9. Windows color (decimal): -198800 or 7403516. OLE color: 7403516.

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

Color convert

RGB 252 247 112 -
CMYK 0 0.02 0.56 0.01
HSL 57.86º 0.96% 0.71% -
HSV(B) 57.86º 0.56% 0.99% -
XYZ 76.33 88.39 28.37 -
YUV 233.11 59.66 141.48 -
System Red Green Blue C M Y K H S L
Decimal 252 247 112 0 0.02 0.56 0.01 57.86 0.96 0.71
Hex FC F7 70 0 2 38 1 3A 60 47
Octal 374 367 160 0 2 70 1 72 140 107
Binary 11111100 11110111 1110000 0 10 111000 1 111010 1100000 1000111

Color Harmonies of #FCF770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF770

Black with #FCF770

Text Example


Text Example

White with #FCF770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF770; }

 p { color: rgb(252,247,112); }

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

background-color css

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

 a { background-color: rgb(252,247,112); }

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

border-color css

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

 span { border-color: rgb(252,247,112); }

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