Html Css Color HEX #FCFB01 Yellow

📋 copy color: '#FCFB01'

red 252 ◦ green 251 ◦ blue 1

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

Shades of Yellow #FCFB01

Tints of Yellow #FCFB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 50%
G = 49.8%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCFB01 (or 0xFCFB01) is known color: Yellow. HEX triplet: FC, FB and 01. RGB value is (252,251,1). Sum of RGB (Red+Green+Blue) = 252+251+1=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 1 (0.78% from 255 or 0.20% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCFB01 is #0304FE. Grayscale: #DFDFDF. Windows color (decimal): -197887 or 130044. OLE color: 130044.

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

Color convert

RGB 252 251 1 -
CMYK 0 0.00 1.00 0.01
HSL 59.76º 0.99% 0.5% -
HSV(B) 59.76º 1% 0.99% -
XYZ 74.65 89.69 13.41 -
YUV 222.8 2.83 148.83 -
System Red Green Blue C M Y K H S L
Decimal 252 251 1 0 0.00 1.00 0.01 59.76 0.99 0.5
Hex FC FB 1 0 0 64 1 3C 63 32
Octal 374 373 1 0 0 144 1 74 143 62
Binary 11111100 11111011 1 0 0 1100100 1 111100 1100011 110010

Color Harmonies of #FCFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB01

Black with #FCFB01

Text Example


Text Example

White with #FCFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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