Html Css Color HEX #FCB801 Selective Yellow

📋 copy color: '#FCB801'

red 252 ◦ green 184 ◦ blue 1

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

Shades of Selective Yellow #FCB801

Tints of Selective Yellow #FCB801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.11%

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

R = 57.67%
G = 42.11%
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

#FCB801 (or 0xFCB801) is known color: Selective Yellow. HEX triplet: FC, B8 and 01. RGB value is (252,184,1). Sum of RGB (Red+Green+Blue) = 252+184+1=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB801 is #0347FE. Grayscale: #B8B8B8. Windows color (decimal): -215039 or 112892. OLE color: 112892.

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

Color convert

RGB 252 184 1 -
CMYK 0 0.27 1.00 0.01
HSL 43.75º 0.99% 0.5% -
HSV(B) 43.75º 1% 0.99% -
XYZ 57.29 54.98 7.62 -
YUV 183.47 25.03 176.88 -
System Red Green Blue C M Y K H S L
Decimal 252 184 1 0 0.27 1.00 0.01 43.75 0.99 0.5
Hex FC B8 1 0 1B 64 1 2C 63 32
Octal 374 270 1 0 33 144 1 54 143 62
Binary 11111100 10111000 1 0 11011 1100100 1 101100 1100011 110010

Color Harmonies of #FCB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB801

Black with #FCB801

Text Example


Text Example

White with #FCB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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