Html Css Color HEX #FCFB7D Witch Haze

📋 copy color: '#FCFB7D'

red 252 ◦ green 251 ◦ blue 125

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

Shades of Witch Haze #FCFB7D

Tints of Witch Haze #FCFB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 19.9%

R = 40.13%
G = 39.97%
B = 19.9%

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

#FCFB7D (or 0xFCFB7D) is known color: Witch Haze. HEX triplet: FC, FB and 7D. RGB value is (252,251,125). Sum of RGB (Red+Green+Blue) = 252+251+125=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 125 (49.22% from 255 or 19.90% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFB7D is #030482. Grayscale: #EDEDED. Windows color (decimal): -197763 or 8256508. OLE color: 8256508.

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

Color convert

RGB 252 251 125 -
CMYK 0 0.00 0.50 0.01
HSL 59.53º 0.95% 0.74% -
HSV(B) 59.53º 0.5% 0.99% -
XYZ 78.34 91.17 32.87 -
YUV 236.94 64.83 138.75 -
System Red Green Blue C M Y K H S L
Decimal 252 251 125 0 0.00 0.50 0.01 59.53 0.95 0.74
Hex FC FB 7D 0 0 32 1 3C 5F 4A
Octal 374 373 175 0 0 62 1 74 137 112
Binary 11111100 11111011 1111101 0 0 110010 1 111100 1011111 1001010

Color Harmonies of #FCFB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB7D

Black with #FCFB7D

Text Example


Text Example

White with #FCFB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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