Html Css Color HEX #FCF070 Witch Haze

📋 copy color: '#FCF070'

red 252 ◦ green 240 ◦ blue 112

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

Shades of Witch Haze #FCF070

Tints of Witch Haze #FCF070

RGB

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

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

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

R = 41.72%
G = 39.74%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCF070 (or 0xFCF070) is known color: Witch Haze. HEX triplet: FC, F0 and 70. RGB value is (252,240,112). Sum of RGB (Red+Green+Blue) = 252+240+112=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 112 (44.14% from 255 or 18.54% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF070 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF070 is #030F8F. Grayscale: #E5E5E5. Windows color (decimal): -200592 or 7401724. OLE color: 7401724.

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

Color convert

RGB 252 240 112 -
CMYK 0 0.05 0.56 0.01
HSL 54.86º 0.96% 0.71% -
HSV(B) 54.86º 0.56% 0.99% -
XYZ 74.23 84.19 27.67 -
YUV 229 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 252 240 112 0 0.05 0.56 0.01 54.86 0.96 0.71
Hex FC F0 70 0 5 38 1 37 60 47
Octal 374 360 160 0 5 70 1 67 140 107
Binary 11111100 11110000 1110000 0 101 111000 1 110111 1100000 1000111

Color Harmonies of #FCF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF070

Black with #FCF070

Text Example


Text Example

White with #FCF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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