Html Css Color HEX #FCBC12 Selective Yellow

📋 copy color: '#FCBC12'

red 252 ◦ green 188 ◦ blue 18

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

Shades of Selective Yellow #FCBC12

Tints of Selective Yellow #FCBC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.93%

R = 55.02%
G = 41.05%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCBC12 (or 0xFCBC12) is known color: Selective Yellow. HEX triplet: FC, BC and 12. RGB value is (252,188,18). Sum of RGB (Red+Green+Blue) = 252+188+18=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC12 is #0343ED. Grayscale: #BCBCBC. Windows color (decimal): -213998 or 1228028. OLE color: 1228028.

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

Color convert

RGB 252 188 18 -
CMYK 0 0.25 0.93 0.01
HSL 43.59º 0.98% 0.53% -
HSV(B) 43.59º 0.93% 0.99% -
XYZ 58.24 56.71 8.45 -
YUV 187.76 32.2 173.82 -
System Red Green Blue C M Y K H S L
Decimal 252 188 18 0 0.25 0.93 0.01 43.59 0.98 0.53
Hex FC BC 12 0 19 5D 1 2C 62 35
Octal 374 274 22 0 31 135 1 54 142 65
Binary 11111100 10111100 10010 0 11001 1011101 1 101100 1100010 110101

Color Harmonies of #FCBC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC12

Black with #FCBC12

Text Example


Text Example

White with #FCBC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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