Html Css Color HEX #FCB901 Selective Yellow

📋 copy color: '#FCB901'

red 252 ◦ green 185 ◦ blue 1

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

Shades of Selective Yellow #FCB901

Tints of Selective Yellow #FCB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.24%

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

R = 57.53%
G = 42.24%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCB901 (or 0xFCB901) is known color: Selective Yellow. HEX triplet: FC, B9 and 01. RGB value is (252,185,1). Sum of RGB (Red+Green+Blue) = 252+185+1=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB901 is #0346FE. Grayscale: #B8B8B8. Windows color (decimal): -214783 or 113148. OLE color: 113148.

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

Color convert

RGB 252 185 1 -
CMYK 0 0.27 1.00 0.01
HSL 43.98º 0.99% 0.5% -
HSV(B) 43.98º 1% 0.99% -
XYZ 57.5 55.4 7.69 -
YUV 184.06 24.7 176.46 -
System Red Green Blue C M Y K H S L
Decimal 252 185 1 0 0.27 1.00 0.01 43.98 0.99 0.5
Hex FC B9 1 0 1B 64 1 2C 63 32
Octal 374 271 1 0 33 144 1 54 143 62
Binary 11111100 10111001 1 0 11011 1100100 1 101100 1100011 110010

Color Harmonies of #FCB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB901

Black with #FCB901

Text Example


Text Example

White with #FCB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB901; }

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

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

background-color css

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

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

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

border-color css

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

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

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