Html Css Color HEX #FCBC10 Selective Yellow

📋 copy color: '#FCBC10'

red 252 ◦ green 188 ◦ blue 16

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

Shades of Selective Yellow #FCBC10

Tints of Selective Yellow #FCBC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.51%

R = 55.26%
G = 41.23%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCBC10 (or 0xFCBC10) is known color: Selective Yellow. HEX triplet: FC, BC and 10. RGB value is (252,188,16). Sum of RGB (Red+Green+Blue) = 252+188+16=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC10 is #0343EF. Grayscale: #BCBCBC. Windows color (decimal): -214000 or 1096956. OLE color: 1096956.

HSL color Cylindrical-coordinate representation of color #FCBC10: hue angle of 43.73º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCBC10 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 16 -
CMYK 0 0.25 0.94 0.01
HSL 43.73º 0.98% 0.53% -
HSV(B) 43.73º 0.94% 0.99% -
XYZ 58.22 56.7 8.37 -
YUV 187.53 31.2 173.99 -
System Red Green Blue C M Y K H S L
Decimal 252 188 16 0 0.25 0.94 0.01 43.73 0.98 0.53
Hex FC BC 10 0 19 5E 1 2C 62 35
Octal 374 274 20 0 31 136 1 54 142 65
Binary 11111100 10111100 10000 0 11001 1011110 1 101100 1100010 110101

Color Harmonies of #FCBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC10

Black with #FCBC10

Text Example


Text Example

White with #FCBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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