Html Css Color HEX #FCB701 Selective Yellow

📋 copy color: '#FCB701'

red 252 ◦ green 183 ◦ blue 1

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

Shades of Selective Yellow #FCB701

Tints of Selective Yellow #FCB701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

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

R = 57.8%
G = 41.97%
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

#FCB701 (or 0xFCB701) is known color: Selective Yellow. HEX triplet: FC, B7 and 01. RGB value is (252,183,1). Sum of RGB (Red+Green+Blue) = 252+183+1=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB701 is #0348FE. Grayscale: #B7B7B7. Windows color (decimal): -215295 or 112636. OLE color: 112636.

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

Color convert

RGB 252 183 1 -
CMYK 0 0.27 1.00 0.01
HSL 43.51º 0.99% 0.5% -
HSV(B) 43.51º 1% 0.99% -
XYZ 57.08 54.56 7.55 -
YUV 182.88 25.36 177.3 -
System Red Green Blue C M Y K H S L
Decimal 252 183 1 0 0.27 1.00 0.01 43.51 0.99 0.5
Hex FC B7 1 0 1B 64 1 2C 63 32
Octal 374 267 1 0 33 144 1 54 143 62
Binary 11111100 10110111 1 0 11011 1100100 1 101100 1100011 110010

Color Harmonies of #FCB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB701

Black with #FCB701

Text Example


Text Example

White with #FCB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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