Html Css Color HEX #FCFD7A Witch Haze

📋 copy color: '#FCFD7A'

red 252 ◦ green 253 ◦ blue 122

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

Shades of Witch Haze #FCFD7A

Tints of Witch Haze #FCFD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.35%

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

R = 40.19%
G = 40.35%
B = 19.46%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCFD7A (or 0xFCFD7A) is known color: Witch Haze. HEX triplet: FC, FD and 7A. RGB value is (252,253,122). Sum of RGB (Red+Green+Blue) = 252+253+122=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 122 (48.05% from 255 or 19.46% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFD7A is #030285. Grayscale: #EEEEEE. Windows color (decimal): -197254 or 8060412. OLE color: 8060412.

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

Color convert

RGB 252 253 122 -
CMYK 0.00 0 0.52 0.01
HSL 60.46º 0.97% 0.74% -
HSV(B) 60.46º 0.52% 0.99% -
XYZ 78.78 92.35 32.09 -
YUV 237.77 62.67 138.15 -
System Red Green Blue C M Y K H S L
Decimal 252 253 122 0.00 0 0.52 0.01 60.46 0.97 0.74
Hex FC FD 7A 0 0 34 1 3C 61 4A
Octal 374 375 172 0 0 64 1 74 141 112
Binary 11111100 11111101 1111010 0 0 110100 1 111100 1100001 1001010

Color Harmonies of #FCFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD7A

Black with #FCFD7A

Text Example


Text Example

White with #FCFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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