Html Css Color HEX #FCB401 Selective Yellow

📋 copy color: '#FCB401'

red 252 ◦ green 180 ◦ blue 1

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

Shades of Selective Yellow #FCB401

Tints of Selective Yellow #FCB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

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

R = 58.2%
G = 41.57%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCB401 (or 0xFCB401) is known color: Selective Yellow. HEX triplet: FC, B4 and 01. RGB value is (252,180,1). Sum of RGB (Red+Green+Blue) = 252+180+1=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB401 is #034BFE. Grayscale: #B5B5B5. Windows color (decimal): -216063 or 111868. OLE color: 111868.

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

Color convert

RGB 252 180 1 -
CMYK 0 0.29 1.00 0.01
HSL 42.79º 0.99% 0.5% -
HSV(B) 42.79º 1% 0.99% -
XYZ 56.47 53.34 7.35 -
YUV 181.12 26.35 178.55 -
System Red Green Blue C M Y K H S L
Decimal 252 180 1 0 0.29 1.00 0.01 42.79 0.99 0.5
Hex FC B4 1 0 1D 64 1 2B 63 32
Octal 374 264 1 0 35 144 1 53 143 62
Binary 11111100 10110100 1 0 11101 1100100 1 101011 1100011 110010

Color Harmonies of #FCB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB401

Black with #FCB401

Text Example


Text Example

White with #FCB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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