Html Css Color HEX #FCFB80 Witch Haze

📋 copy color: '#FCFB80'

red 252 ◦ green 251 ◦ blue 128

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

Shades of Witch Haze #FCFB80

Tints of Witch Haze #FCFB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 20.29%

R = 39.94%
G = 39.78%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FCFB80 (or 0xFCFB80) is known color: Witch Haze. HEX triplet: FC, FB and 80. RGB value is (252,251,128). Sum of RGB (Red+Green+Blue) = 252+251+128=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 128 (50.39% from 255 or 20.29% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFB80 is #03047F. Grayscale: #EDEDED. Windows color (decimal): -197760 or 8453116. OLE color: 8453116.

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

Color convert

RGB 252 251 128 -
CMYK 0 0.00 0.49 0.01
HSL 59.52º 0.95% 0.75% -
HSV(B) 59.52º 0.49% 0.99% -
XYZ 78.54 91.25 33.9 -
YUV 237.28 66.33 138.5 -
System Red Green Blue C M Y K H S L
Decimal 252 251 128 0 0.00 0.49 0.01 59.52 0.95 0.75
Hex FC FB 80 0 0 31 1 3C 5F 4B
Octal 374 373 200 0 0 61 1 74 137 113
Binary 11111100 11111011 10000000 0 0 110001 1 111100 1011111 1001011

Color Harmonies of #FCFB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB80

Black with #FCFB80

Text Example


Text Example

White with #FCFB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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