Html Css Color HEX #FCFB7A Witch Haze

📋 copy color: '#FCFB7A'

red 252 ◦ green 251 ◦ blue 122

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

Shades of Witch Haze #FCFB7A

Tints of Witch Haze #FCFB7A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.16%

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

R = 40.32%
G = 40.16%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCFB7A (or 0xFCFB7A) is known color: Witch Haze. HEX triplet: FC, FB and 7A. RGB value is (252,251,122). Sum of RGB (Red+Green+Blue) = 252+251+122=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 122 (48.05% from 255 or 19.52% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB7A is #030485. Grayscale: #EDEDED. Windows color (decimal): -197766 or 8059900. OLE color: 8059900.

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

Color convert

RGB 252 251 122 -
CMYK 0 0.00 0.52 0.01
HSL 59.54º 0.96% 0.73% -
HSV(B) 59.54º 0.52% 0.99% -
XYZ 78.15 91.09 31.88 -
YUV 236.59 63.33 138.99 -
System Red Green Blue C M Y K H S L
Decimal 252 251 122 0 0.00 0.52 0.01 59.54 0.96 0.73
Hex FC FB 7A 0 0 34 1 3C 60 49
Octal 374 373 172 0 0 64 1 74 140 111
Binary 11111100 11111011 1111010 0 0 110100 1 111100 1100000 1001001

Color Harmonies of #FCFB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB7A

Black with #FCFB7A

Text Example


Text Example

White with #FCFB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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