Html Css Color HEX #FCFB7F Witch Haze

📋 copy color: '#FCFB7F'

red 252 ◦ green 251 ◦ blue 127

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

Shades of Witch Haze #FCFB7F

Tints of Witch Haze #FCFB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.16%

R = 40%
G = 39.84%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCFB7F (or 0xFCFB7F) is known color: Witch Haze. HEX triplet: FC, FB and 7F. RGB value is (252,251,127). Sum of RGB (Red+Green+Blue) = 252+251+127=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 127 (50% from 255 or 20.16% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB7F is #030480. Grayscale: #EDEDED. Windows color (decimal): -197761 or 8387580. OLE color: 8387580.

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

Color convert

RGB 252 251 127 -
CMYK 0 0.00 0.50 0.01
HSL 59.52º 0.95% 0.74% -
HSV(B) 59.52º 0.5% 0.99% -
XYZ 78.47 91.22 33.55 -
YUV 237.16 65.83 138.58 -
System Red Green Blue C M Y K H S L
Decimal 252 251 127 0 0.00 0.50 0.01 59.52 0.95 0.74
Hex FC FB 7F 0 0 32 1 3C 5F 4A
Octal 374 373 177 0 0 62 1 74 137 112
Binary 11111100 11111011 1111111 0 0 110010 1 111100 1011111 1001010

Color Harmonies of #FCFB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB7F

Black with #FCFB7F

Text Example


Text Example

White with #FCFB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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