Html Css Color HEX #FCB101 Selective Yellow

📋 copy color: '#FCB101'

red 252 ◦ green 177 ◦ blue 1

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

Shades of Selective Yellow #FCB101

Tints of Selective Yellow #FCB101

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

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

R = 58.6%
G = 41.16%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCB101 (or 0xFCB101) is known color: Selective Yellow. HEX triplet: FC, B1 and 01. RGB value is (252,177,1). Sum of RGB (Red+Green+Blue) = 252+177+1=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB101 is #034EFE. Grayscale: #B4B4B4. Windows color (decimal): -216831 or 111100. OLE color: 111100.

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

Color convert

RGB 252 177 1 -
CMYK 0 0.30 1.00 0.01
HSL 42.07º 0.99% 0.5% -
HSV(B) 42.07º 1% 0.99% -
XYZ 55.87 52.14 7.15 -
YUV 179.36 27.35 179.81 -
System Red Green Blue C M Y K H S L
Decimal 252 177 1 0 0.30 1.00 0.01 42.07 0.99 0.5
Hex FC B1 1 0 1E 64 1 2A 63 32
Octal 374 261 1 0 36 144 1 52 143 62
Binary 11111100 10110001 1 0 11110 1100100 1 101010 1100011 110010

Color Harmonies of #FCB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB101

Black with #FCB101

Text Example


Text Example

White with #FCB101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB101; }

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

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

background-color css

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

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

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

border-color css

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

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

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