Html Css Color HEX #FCFE7A Witch Haze

📋 copy color: '#FCFE7A'

red 252 ◦ green 254 ◦ blue 122

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

Shades of Witch Haze #FCFE7A

Tints of Witch Haze #FCFE7A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.45%

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

R = 40.13%
G = 40.45%
B = 19.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FCFE7A (or 0xFCFE7A) is known color: Witch Haze. HEX triplet: FC, FE and 7A. RGB value is (252,254,122). Sum of RGB (Red+Green+Blue) = 252+254+122=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 122 (48.05% from 255 or 19.43% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE7A is #030185. Grayscale: #EEEEEE. Windows color (decimal): -196998 or 8060668. OLE color: 8060668.

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

Color convert

RGB 252 254 122 -
CMYK 0.01 0 0.52 0.00
HSL 60.91º 0.99% 0.74% -
HSV(B) 60.91º 0.52% 1% -
XYZ 79.1 92.98 32.19 -
YUV 238.35 62.34 137.73 -
System Red Green Blue C M Y K H S L
Decimal 252 254 122 0.01 0 0.52 0.00 60.91 0.99 0.74
Hex FC FE 7A 1 0 34 0 3D 63 4A
Octal 374 376 172 1 0 64 0 75 143 112
Binary 11111100 11111110 1111010 1 0 110100 0 111101 1100011 1001010

Color Harmonies of #FCFE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE7A

Black with #FCFE7A

Text Example


Text Example

White with #FCFE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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