Html Css Color HEX #FCBC13 Selective Yellow

📋 copy color: '#FCBC13'

red 252 ◦ green 188 ◦ blue 19

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

Shades of Selective Yellow #FCBC13

Tints of Selective Yellow #FCBC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.14%

R = 54.9%
G = 40.96%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCBC13 (or 0xFCBC13) is known color: Selective Yellow. HEX triplet: FC, BC and 13. RGB value is (252,188,19). Sum of RGB (Red+Green+Blue) = 252+188+19=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC13 is #0343EC. Grayscale: #BCBCBC. Windows color (decimal): -213997 or 1293564. OLE color: 1293564.

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

Color convert

RGB 252 188 19 -
CMYK 0 0.25 0.92 0.01
HSL 43.52º 0.97% 0.53% -
HSV(B) 43.52º 0.92% 0.99% -
XYZ 58.25 56.71 8.49 -
YUV 187.87 32.7 173.74 -
System Red Green Blue C M Y K H S L
Decimal 252 188 19 0 0.25 0.92 0.01 43.52 0.97 0.53
Hex FC BC 13 0 19 5C 1 2C 61 35
Octal 374 274 23 0 31 134 1 54 141 65
Binary 11111100 10111100 10011 0 11001 1011100 1 101100 1100001 110101

Color Harmonies of #FCBC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC13

Black with #FCBC13

Text Example


Text Example

White with #FCBC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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