Html Css Color HEX #FCBC01 Selective Yellow

📋 copy color: '#FCBC01'

red 252 ◦ green 188 ◦ blue 1

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

Shades of Selective Yellow #FCBC01

Tints of Selective Yellow #FCBC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.63%

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

R = 57.14%
G = 42.63%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCBC01 (or 0xFCBC01) is known color: Selective Yellow. HEX triplet: FC, BC and 01. RGB value is (252,188,1). Sum of RGB (Red+Green+Blue) = 252+188+1=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC01 is #0343FE. Grayscale: #BABABA. Windows color (decimal): -214015 or 113916. OLE color: 113916.

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

Color convert

RGB 252 188 1 -
CMYK 0 0.25 1.00 0.01
HSL 44.7º 0.99% 0.5% -
HSV(B) 44.7º 1% 0.99% -
XYZ 58.13 56.66 7.9 -
YUV 185.82 23.7 175.21 -
System Red Green Blue C M Y K H S L
Decimal 252 188 1 0 0.25 1.00 0.01 44.7 0.99 0.5
Hex FC BC 1 0 19 64 1 2D 63 32
Octal 374 274 1 0 31 144 1 55 143 62
Binary 11111100 10111100 1 0 11001 1100100 1 101101 1100011 110010

Color Harmonies of #FCBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC01

Black with #FCBC01

Text Example


Text Example

White with #FCBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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