Html Css Color HEX #FCF678 Witch Haze

📋 copy color: '#FCF678'

red 252 ◦ green 246 ◦ blue 120

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

Shades of Witch Haze #FCF678

Tints of Witch Haze #FCF678

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.81%

 BLUE value IS 120 (47.27% from 255) = 19.42%

R = 40.78%
G = 39.81%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCF678 (or 0xFCF678) is known color: Witch Haze. HEX triplet: FC, F6 and 78. RGB value is (252,246,120). Sum of RGB (Red+Green+Blue) = 252+246+120=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 120 (47.27% from 255 or 19.42% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF678 is #030987. Grayscale: #E9E9E9. Windows color (decimal): -199048 or 7927548. OLE color: 7927548.

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

Color convert

RGB 252 246 120 -
CMYK 0 0.02 0.52 0.01
HSL 57.27º 0.96% 0.73% -
HSV(B) 57.27º 0.52% 0.99% -
XYZ 76.49 87.96 30.72 -
YUV 233.43 63.99 141.25 -
System Red Green Blue C M Y K H S L
Decimal 252 246 120 0 0.02 0.52 0.01 57.27 0.96 0.73
Hex FC F6 78 0 2 34 1 39 60 49
Octal 374 366 170 0 2 64 1 71 140 111
Binary 11111100 11110110 1111000 0 10 110100 1 111001 1100000 1001001

Color Harmonies of #FCF678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF678

Black with #FCF678

Text Example


Text Example

White with #FCF678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF678; }

 p { color: rgb(252,246,120); }

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

background-color css

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

 a { background-color: rgb(252,246,120); }

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

border-color css

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

 span { border-color: rgb(252,246,120); }

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