Html Css Color HEX #FCF67A Witch Haze

📋 copy color: '#FCF67A'

red 252 ◦ green 246 ◦ blue 122

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

Shades of Witch Haze #FCF67A

Tints of Witch Haze #FCF67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 19.68%

R = 40.65%
G = 39.68%
B = 19.68%

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

#FCF67A (or 0xFCF67A) is known color: Witch Haze. HEX triplet: FC, F6 and 7A. RGB value is (252,246,122). Sum of RGB (Red+Green+Blue) = 252+246+122=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 122 (48.05% from 255 or 19.68% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF67A is #030985. Grayscale: #EAEAEA. Windows color (decimal): -199046 or 8058620. OLE color: 8058620.

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

Color convert

RGB 252 246 122 -
CMYK 0 0.02 0.52 0.01
HSL 57.23º 0.96% 0.73% -
HSV(B) 57.23º 0.52% 0.99% -
XYZ 76.61 88.01 31.36 -
YUV 233.66 64.99 141.08 -
System Red Green Blue C M Y K H S L
Decimal 252 246 122 0 0.02 0.52 0.01 57.23 0.96 0.73
Hex FC F6 7A 0 2 34 1 39 60 49
Octal 374 366 172 0 2 64 1 71 140 111
Binary 11111100 11110110 1111010 0 10 110100 1 111001 1100000 1001001

Color Harmonies of #FCF67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF67A

Black with #FCF67A

Text Example


Text Example

White with #FCF67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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