Html Css Color HEX #FCFC7B Witch Haze

📋 copy color: '#FCFC7B'

red 252 ◦ green 252 ◦ blue 123

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

Shades of Witch Haze #FCFC7B

Tints of Witch Haze #FCFC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 19.62%

R = 40.19%
G = 40.19%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCFC7B (or 0xFCFC7B) is known color: Witch Haze. HEX triplet: FC, FC and 7B. RGB value is (252,252,123). Sum of RGB (Red+Green+Blue) = 252+252+123=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 123 (48.44% from 255 or 19.62% from 627); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFC7B is #030384. Grayscale: #EDEDED. Windows color (decimal): -197509 or 8125692. OLE color: 8125692.

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

Color convert

RGB 252 252 123 -
CMYK 0 0 0.51 0.01
HSL 60º 0.96% 0.74% -
HSV(B) 60º 0.51% 0.99% -
XYZ 78.53 91.75 32.31 -
YUV 237.29 63.5 138.49 -
System Red Green Blue C M Y K H S L
Decimal 252 252 123 0 0 0.51 0.01 60 0.96 0.74
Hex FC FC 7B 0 0 33 1 3C 60 4A
Octal 374 374 173 0 0 63 1 74 140 112
Binary 11111100 11111100 1111011 0 0 110011 1 111100 1100000 1001010

Color Harmonies of #FCFC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC7B

Black with #FCFC7B

Text Example


Text Example

White with #FCFC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC7B; }

 p { color: rgb(252,252,123); }

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

background-color css

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

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

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

border-color css

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

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

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